diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e34d25758..884d52bcd 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@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: path: artifacts - name: Checkout of code base