diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 185ef4b3c63..3d97fd30f01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: yarn test --coverage --coverage-reporters=lcov --detectOpenHandles=false - name: Monitor coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: fail_ci_if_error: false files: ./coverage/lcov.info