From 05a2c2692ac7c1ba06b01e5be6c97ed7f0f68e06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:14:06 +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 22d02f5..a2826b0 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@v4.6.0 with: fail_ci_if_error: false \ No newline at end of file