diff --git a/.github/workflows/code_checks_reports.yml b/.github/workflows/code_checks_reports.yml index 124f361..6d3bcc5 100644 --- a/.github/workflows/code_checks_reports.yml +++ b/.github/workflows/code_checks_reports.yml @@ -20,7 +20,7 @@ jobs: env: github_ref: ${{ github.ref }} shell: bash - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v6 with: workflow: code_checks.yml name: ${{ env.ref }}_code-checks_${{ matrix.os }}