diff --git a/.github/workflows/ci_internal.yml b/.github/workflows/ci_internal.yml index 752e1f51f..b24deb781 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@v3 + uses: codecov/codecov-action@v4 if: always() # see: https://github.com/actions/toolkit/issues/399 continue-on-error: true