diff --git a/.github/workflows/report-sonar-results.yml b/.github/workflows/report-sonar-results.yml index 9c2352527..1bd3a8ea6 100644 --- a/.github/workflows/report-sonar-results.yml +++ b/.github/workflows/report-sonar-results.yml @@ -34,7 +34,7 @@ jobs: # Download jacoco overall coverage from build & test output - name: Download - Jacoco Overall Coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: ${{ secrets.BOT_ACCESS_TOKEN }} run-id: ${{ github.event.workflow_run.id }} # download artifacts from build and test workflow