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 27
27
# This uses a github script instead of the download-artifact action because
28
28
# that action doesn't work for artifacts uploaded by other workflows. See
29
29
# 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
31
31
with :
32
32
script : |
33
33
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
48
48
fs.writeFileSync('${{github.workspace}}/resyntax-review.zip', Buffer.from(download.data));
49
49
- run : unzip resyntax-review.zip
50
50
- name : Create pull request review
51
- uses : actions/github-script@v7 .0.1
51
+ uses : actions/github-script@v8 .0.0
52
52
with :
53
53
github-token : ${{ secrets.GITHUB_TOKEN }}
54
54
script : |
You can’t perform that action at this time.
0 commit comments