We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4bd0c4 + 0e82a5d commit 3c58c3fCopy full SHA for 3c58c3f
1 file changed
.github/workflows/sonar.yml
@@ -20,7 +20,7 @@ jobs:
20
if: github.event.workflow_run.conclusion == 'success'
21
steps:
22
- name: 'Download code coverage'
23
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
24
with:
25
script: |
26
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
0 commit comments