diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc84cb70..78ef2f40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: run: | python -m pytest --cov=./ --cov-report=xml --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.5 with: file: ./coverage.xml fail_ci_if_error: false