diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index 407172c..41d27b7 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -21,7 +21,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: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -46,7 +46,7 @@ jobs: run: unzip comment.zip - name: 'Comment on PR' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |