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