diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ebb4d01aa..d12599f80 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,7 +36,7 @@ jobs: ## Retrieve the `target` directory from the build job - name: Fetch Build Result - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({