diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c3297c3f01..c19dcb1589 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -243,7 +243,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