diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db88e130c..033b4d524 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 'Download build artifact' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({