From: Michael Wallner Date: Thu, 8 Feb 2024 14:36:28 +0000 (+0100) Subject: update actions/github-script from v5 to v7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.github.io;a=commitdiff_plain update actions/github-script from v5 to v7 --- 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({