diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 24b263c90..ddd4b8a8a 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@v7 with: workflow: Validate PR run_id: ${{ github.event.workflow_run.id }}