diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c6752cbdd..be45401ad 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Download coverage report - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ github.token }}