diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34099db..18a16f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Run tests with coverage run: uv run pytest --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml fail_ci_if_error: false