diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15e69ee..7957af8 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.4.2 + uses: codecov/codecov-action@v5.5.1 with: file: ./coverage.xml fail_ci_if_error: false