diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index dba9ea81..9573f82c 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -34,7 +34,7 @@ jobs: # Unfortunately we cannot use `actions/download-artifact` here since that # only allows to download artifacts from the same run. - name: Download artifacts from build workflow - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 7fbc8ed1..0b925874 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -21,7 +21,7 @@ jobs: # Unfortunately we cannot use `actions/download-artifact` here since that # only allows to download artifacts from the same run. - name: Download artifacts from build workflow - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({