From 416ba97742d7d251ebbf45d93f9871a06749404c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:35:11 +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..4bdcbdc 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.1.0 build: needs: check