diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3bbbc6..a8120b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: pytest tests python -m coverage xml - name: Upload coverage - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.4.0 with: file: ./coverage.xml fail_ci_if_error: false