diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d128828..6f3bf8a 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download PR number artifact if: github.event.workflow_run.event == 'pull_request' - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: Build run_id: ${{ github.event.workflow_run.id }} @@ -51,7 +51,7 @@ jobs: git clean -ffdx && git reset --hard HEAD - name: Download build files if: github.event.workflow_run.event == 'pull_request' - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: Build run_id: ${{ github.event.workflow_run.id }}