From 9d0b8634a2e8aaa10881b365920e237f0fb02bf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:52:33 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9c74c9..e391377 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - run: flutter format -n --set-exit-if-changed . - run: flutter analyze - run: flutter test --coverage - - uses: codecov/codecov-action@v2.1.0 + - uses: codecov/codecov-action@v4.6.0 build: needs: check