diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 251fc3b..9aadae6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: - run: poetry install - run: poetry run pytest --cov=pandas_pyarrow --cov-report=xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true verbose: true