diff --git a/.github/workflows/combine_and_report.yml b/.github/workflows/combine_and_report.yml index 67c2c8db8d..e4a1ff58d9 100644 --- a/.github/workflows/combine_and_report.yml +++ b/.github/workflows/combine_and_report.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts if: ${{ !cancelled() }} - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts