From ab6581accde2ccc9e85c610f035072ac39a6cb5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:33:33 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.3 --- .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 7cb63b2..7a766f0 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@v5.0.2 + - uses: codecov/codecov-action@v5.0.3 build: needs: check