diff --git a/.github/workflows/test_cc.yml b/.github/workflows/test_cc.yml index 65a504fd88..9b803131e2 100644 --- a/.github/workflows/test_cc.yml +++ b/.github/workflows/test_cc.yml @@ -102,7 +102,7 @@ jobs: ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }} if: ${{ !matrix.check_memleak }} - name: Upload coverage to Codecov (non-blocking) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: use_oidc: true diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index c723390266..3ace62c9e3 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -77,7 +77,7 @@ jobs: path: .test_durations_${{ matrix.group }} include-hidden-files: true - name: Upload coverage to Codecov (non-blocking) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: use_oidc: true