From 2869b8e2d1f4f95966cef20f8dee8f2f1604c29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:44:44 +0700 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.5.0 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 8f946a7..65ef7a9 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -58,7 +58,7 @@ 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@v4.1.0 + - uses: codecov/codecov-action@v4.5.0 with: fail_ci_if_error: true # optional (default = false) token: ${{ secrets.CODECOV_TOKEN }} # required