diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 835eabb..f1c3f78 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -58,4 +58,4 @@ 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.0 \ No newline at end of file + - uses: codecov/codecov-action@v4.5.0 \ No newline at end of file