File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
1818 steps :
1919 - name : ' Download artifact'
20- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
20+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2121 with :
2222 script : |
2323 let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
4646 run : unzip "${{ runner.temp }}/artifacts/build-result.zip" -d "${{ runner.temp }}/artifacts"
4747
4848 - name : ' Comment on PR'
49- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
49+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5050 with :
5151 github-token : ${{ secrets.GITHUB_TOKEN }}
5252 script : |
Original file line number Diff line number Diff line change 1616 if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event == 'pull_request' }}
1717 steps :
1818 - name : ' Download test summary artifacts'
19- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
19+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2020 with :
2121 script : |
2222 let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
6868 done
6969
7070 - name : ' Comment test summary on PR'
71- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
71+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
7272 with :
7373 github-token : ${{ secrets.GITHUB_TOKEN }}
7474 script : |
You can’t perform that action at this time.
0 commit comments