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

This commit is contained in:
renovate[bot] 2023-11-13 18:55:11 +00:00 committed by GitHub
parent 0a07d47243
commit 1f40cd69c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
// List all artifacts from GnuTests
@ -43,7 +43,7 @@ jobs:
- run: unzip comment.zip
- name: 'Comment on PR'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |