We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e6f45 commit b883ea9Copy full SHA for b883ea9
.github/workflows/CommentPR.yml
@@ -17,7 +17,7 @@ jobs:
17
github.event.workflow_run.conclusion == 'success' }}
18
steps:
19
- name: 'Download artifact'
20
- uses: actions/github-script@v3.1.0
+ uses: actions/github-script@v8
21
with:
22
script: |
23
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -39,7 +39,7 @@ jobs:
39
- run: unzip pr.zip
40
41
- name: 'Comment on PR'
42
- uses: actions/github-script@v3
43
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
0 commit comments