diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c573f62d..e34d25758 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -385,7 +385,7 @@ jobs: run: mkdir artifacts code unit-coverage integration-coverage - name: Download artifacts if: ${{ github.event_name == 'push' }} - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: path: artifacts - name: Checkout of code base