diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35a421d..2f662f6 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.7 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.xml fail_ci_if_error: false