diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 56d1c83..21ae2f7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: run: pytest -v -n=auto --cov-report=xml --cov-report=term - name: upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml fail_ci_if_error: false