chore(deps): update actions/github-script action to v9

This commit is contained in:
renovate[bot]
2026-04-10 02:10:57 +00:00
committed by Daniel Hofstetter
parent fbdef22a7e
commit 819b471288
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -46,7 +46,7 @@ jobs:
run: unzip comment.zip
- name: 'Comment on PR'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |