diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 22d02f5..10bbcb4 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -57,6 +57,6 @@ jobs: - name: Format coverage run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib - - uses: codecov/codecov-action@v3.1.6 + - uses: codecov/codecov-action@v5.1.2 with: fail_ci_if_error: false \ No newline at end of file