update actions/github-script from v5 to v7
[m6w6/m6w6.github.io] / .github / workflows / sync_site.yml
index 5afa9eb5210c0676caeb95380ae15c96a2f055c6..b5e18f881be2ecbf2ac71be9f5b4eb2a3065f88f 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - run: umask 0077 && echo "${{ env.SYNC_SECRET }}" >/tmp/sync_secret
-      - uses: actions/github-script@v5
+      - uses: actions/github-script@v7
         with:
           script: |
             const artifact_id = await github.rest.actions.listWorkflowRunArtifacts({