diff --git a/.github/workflows/comment_on_pr.yml b/.github/workflows/comment_on_pr.yml index 944a1a33..3d6c93db 100644 --- a/.github/workflows/comment_on_pr.yml +++ b/.github/workflows/comment_on_pr.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: 'Download artifacts' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -65,7 +65,7 @@ jobs: fi - name: 'Add comment' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var fs = require('fs');