From c87a868a3a5e7c6ce16b6249088b64de838cde20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:58:42 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.3.1 --- .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 e3b2aaa9..d7d97729 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.3.0 + - uses: codecov/codecov-action@v4.3.1 build: needs: check