diff --git a/.github/workflows/combine_and_report.yml b/.github/workflows/combine_and_report.yml index 9cf78e7f2a..67c2c8db8d 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@v6 + uses: actions/download-artifact@v7 with: path: artifacts