From 45ac488a8ca70ae3315f391b67b22ea8971974e7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 8 Feb 2024 15:36:28 +0100 Subject: [PATCH] update actions/github-script from v5 to v7 --- .github/workflows/sync_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.30.2