diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57812fe..35a421d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: run: | python -m pytest --cov=./ --cov-report=xml --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: file: ./coverage.xml fail_ci_if_error: false