diff --git a/.github/workflows/ci-pr-reports.yml b/.github/workflows/ci-pr-reports.yml index 0cf36781d..f4ed06db3 100644 --- a/.github/workflows/ci-pr-reports.yml +++ b/.github/workflows/ci-pr-reports.yml @@ -9,10 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@v2.11.0 + uses: dawidd6/action-download-artifact@v2.13.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} + workflow_conclusion: completed commit: ${{ github.event.workflow_run.head_commit.id }} # File location set in ci-pr.yml and must be coordinated. name: test-results-pr-linux-x86_64 @@ -28,10 +29,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@v2.11.0 + uses: dawidd6/action-download-artifact@v2.13.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} + workflow_conclusion: completed commit: ${{ github.event.workflow_run.head_commit.id }} # File location set in ci-pr.yml and must be coordinated. name: test-results-pr-windows-x86_64