Skip to content

Commit 6f65288

Browse files
Update actions/github-script action to v8
1 parent 1922565 commit 6f65288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: lts/*
2222
- run: npm install
2323
- name: "Download artifact"
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
with:
2626
script: |
2727
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)