diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d61af49..c5c7978 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: pytest -v --cov=src --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: file: ./coverage.xml