diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a74c26c..4e6351e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: pytest tests/ -v --cov=. --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: file: ./coverage.xml