From c98271cc1630cf300ccceb59384cd2cb96b194b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:01:30 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.0.2 (#275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feedback.yml b/.github/workflows/feedback.yml index 9a0be5e0..6f7dd5d5 100644 --- a/.github/workflows/feedback.yml +++ b/.github/workflows/feedback.yml @@ -32,7 +32,7 @@ jobs: - run: dart format --set-exit-if-changed . - run: flutter analyze - run: flutter test --coverage - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v4.0.2 build: needs: check