diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0315584..f998cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: run: pytest --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=58 - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml fail_ci_if_error: false