diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a3e6b..889110f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: pytest --cov=src --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: file: ./coverage.xml