diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8231e6b1..a05bcc82e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -269,7 +269,7 @@ jobs: run: mkdir artifacts code unit-coverage integration-coverage - name: Download artifacts if: ${{ github.event_name == 'push' }} - uses: actions/download-artifact@v4.1.9 + uses: actions/download-artifact@v4.2.0 with: path: artifacts - name: Checkout of code base