diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5eb3e8..d6fa729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: pytest -v --cov=src --cov-report=xml - name: Upload coverage if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false files: ./coverage.xml