diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b40cb1c3f..8b493d414 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -260,7 +260,7 @@ jobs: run: mkdir artifacts code unit-coverage integration-coverage - name: Download artifacts if: ${{ github.event_name == 'push' }} - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3.0.0 with: path: artifacts - name: Checkout of code base