diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index aa32d99..662de0e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -70,7 +70,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