File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 # This uses a github script instead of the download-artifact action because
2828 # that action doesn't work for artifacts uploaded by other workflows. See
2929 # https://github.com/actions/download-artifact/issues/130 for more info.
30- uses : actions/github-script@v7 .0.1
30+ uses : actions/github-script@v8 .0.0
3131 with :
3232 script : |
3333 var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
4848 fs.writeFileSync('${{github.workspace}}/resyntax-review.zip', Buffer.from(download.data));
4949 - run : unzip resyntax-review.zip
5050 - name : Create pull request review
51- uses : actions/github-script@v7 .0.1
51+ uses : actions/github-script@v8 .0.0
5252 with :
5353 github-token : ${{ secrets.GITHUB_TOKEN }}
5454 script : |
You can’t perform that action at this time.
0 commit comments