X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.github.io;a=blobdiff_plain;f=.github%2Fworkflows%2Fsync_site.yml;h=b5e18f881be2ecbf2ac71be9f5b4eb2a3065f88f;hp=5afa9eb5210c0676caeb95380ae15c96a2f055c6;hb=HEAD;hpb=ddb1c15d5b028c0e3e5243b9c20c3691c088e4c4 diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml index 5afa9eb..b5e18f8 100644 --- a/.github/workflows/sync_site.yml +++ b/.github/workflows/sync_site.yml @@ -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({