From b365b9c8228670602d13dae67f73cfc86fddc8e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:47:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 835eabb..44d0c5b 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.0.1 \ No newline at end of file