Skip to content

Commit d6b277b

Browse files
authored
Merge pull request #578 from neo4j/renovate/actions-github-script-8.x
Update actions/github-script action to v8
2 parents 95488a1 + 6f65288 commit d6b277b

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)