diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450d1d01a5d..ffb766d832e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -762,7 +762,7 @@ jobs: run: python -m coverage combine - name: Generate coverage report in xml format run: python -m coverage xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: ${{ github.event_name == 'push' }} # do not care about uploads in PR token: ${{ secrets.CODECOV_TOKEN }} # this token is available at https://app.codecov.io/account/github/modin-project/