diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 435594a..29bcfed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,6 @@ jobs: run: pytest --benchmark-save=libcove --benchmark-only - if: matrix.os == 'ubuntu-latest' && matrix.python-version != 'pypy-3.11' run: pytest --benchmark-only --benchmark-compare=0001 --benchmark-compare-fail=mean:10% - - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: fail_ci_if_error: true