diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 0a3da8212..679b7cb26 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -15,7 +15,7 @@ jobs: ${{ github.event.workflow_run.event == 'pull_request' }} steps: - name: 'Download artifact' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({