diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea60a9..2746c9d 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@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true files: ./tests/coverage.xml