diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f74b8bf..723f7b30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Generate coverage reports run: dart pub global run coverage:format_coverage --report-on=./lib --lcov --in=./coverage/reports --out=coverage/lcov.info - name: Report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: coverage/lcov.info fail_ci_if_error: false