We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed621f + 68c4977 commit b1873f4Copy full SHA for b1873f4
1 file changed
.github/workflows/comment_on_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
steps:
15
- name: 'Download artifacts'
16
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
17
with:
18
script: |
19
var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -65,7 +65,7 @@ jobs:
65
fi
66
67
- name: 'Add comment'
68
69
70
71
var fs = require('fs');
0 commit comments