diff --git a/.github/workflows/pr-manipulation.yml b/.github/workflows/pr-manipulation.yml index 1ba44bf7..bb5f7b7a 100644 --- a/.github/workflows/pr-manipulation.yml +++ b/.github/workflows/pr-manipulation.yml @@ -14,7 +14,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: 'Download artifact' - uses: actions/github-script@v3.1.0 + uses: actions/github-script@v7 with: script: | const fs = require('fs'); @@ -35,7 +35,7 @@ jobs: - run: unzip pr.zip - name: 'Comment on PR' - uses: actions/github-script@v3 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |