diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2746c9d..de9ba38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: python -m pytest --cov --cov-branch --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true files: ./tests/coverage.xml