diff --git a/.github/workflows/test-sdk.yml b/.github/workflows/test-sdk.yml index fa26c61786..20526cef14 100644 --- a/.github/workflows/test-sdk.yml +++ b/.github/workflows/test-sdk.yml @@ -35,7 +35,7 @@ jobs: run: dart pub run coverage:format_coverage --lcov --in ./.cov --out coverage.lcov - name: Upload code coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.lcov fail_ci_if_error: false