diff --git a/.github/workflows/ci-pr-report.yml b/.github/workflows/ci-pr-report.yml index 49f3d10798..c2a353402c 100644 --- a/.github/workflows/ci-pr-report.yml +++ b/.github/workflows/ci-pr-report.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Test Results - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: workflow: ${{ github.event.workflow.id }} run_id: ${{ github.event.workflow_run.id }}