diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 24b263c90..c148b7189 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Download PR number artifact if: github.event.workflow_run.event == 'pull_request' - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: Validate PR run_id: ${{ github.event.workflow_run.id }}