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 8d80ab8 commit c374548Copy full SHA for c374548
1 file changed
.github/workflows/GnuComment.yml
@@ -21,7 +21,7 @@ jobs:
21
github.event.workflow_run.event == 'pull_request'
22
steps:
23
- name: 'Download artifact'
24
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
25
with:
26
script: |
27
// List all artifacts from GnuTests
@@ -52,7 +52,7 @@ jobs:
52
- run: unzip comment.zip || echo "Failed to unzip comment artifact"
53
54
- name: 'Comment on PR'
55
56
57
github-token: ${{ secrets.GITHUB_TOKEN }}
58
0 commit comments