diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dbd7033..ed4c913c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uv run pytest tests/ --cov=src --cov-report=xml --cov-report=html --cov-precision=2 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: unittests