Merge pull request #8554 from uutils/renovate/actions-github-script-8.x

chore(deps): update actions/github-script action to v8
This commit is contained in:
Daniel Hofstetter
2025-09-05 07:20:53 +02:00
committed by GitHub
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
// List all artifacts from GnuTests
@@ -45,7 +45,7 @@ jobs:
- run: unzip comment.zip
- name: 'Comment on PR'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |