diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index a55db68a11c7..893c08635284 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -931,7 +931,7 @@ jobs: restore-keys: "crates-${{ runner.os }}" - name: Download the previous baseline continue-on-error: true - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: bench-baseline - name: Run performance benchamrks