diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95fcc80..e2b24ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: python -m pytest --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true files: ./tests/coverage.xml