diff --git a/.github/workflows/ci_internal.yml b/.github/workflows/ci_internal.yml index acb2ce67f..82747b689 100644 --- a/.github/workflows/ci_internal.yml +++ b/.github/workflows/ci_internal.yml @@ -59,7 +59,7 @@ jobs: coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() # see: https://github.com/actions/toolkit/issues/399 continue-on-error: true