diff --git a/.github/workflows/test-sdk.yml b/.github/workflows/test-sdk.yml index 20526cef14..fa26c61786 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@v4 + uses: codecov/codecov-action@v3 with: files: ./coverage.lcov fail_ci_if_error: false