diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59aaa2b7..44377ccc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: run: | python -m pytest --cov=./ --cov-report=xml --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: file: ./coverage.xml fail_ci_if_error: false