diff --git a/.github/workflows/e2e-tests-remote.yml b/.github/workflows/e2e-tests-remote.yml index 429bc112d..18759f8d2 100644 --- a/.github/workflows/e2e-tests-remote.yml +++ b/.github/workflows/e2e-tests-remote.yml @@ -96,7 +96,7 @@ jobs: LATEST_RUN_ID=$(./.github/scripts/find_run_id.sh ${{ github.repository }} "+node-e2e-test-remote (${{ env.TEST_ENV }})" ".sync_cache-${{ env.TEST_ENV }}") echo "LATEST_RUN_ID=$LATEST_RUN_ID" >> $GITHUB_ENV - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4 continue-on-error: true if: ${{ inputs.RESET == 'false' }} with: @@ -199,13 +199,13 @@ jobs: - name: Download sync cache continue-on-error: true - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4 with: name: .sync_cache-${{ env.TEST_ENV }} path: .sync_cache-${{ env.TEST_ENV }} - name: Download generated contract txs - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4 continue-on-error: true with: name: test-contract