From f2749c0195f031f5dab654bb65e538c73faa63c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:39:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action to v5 --- .github/workflows/flutter.analyze-test.action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.analyze-test.action.yaml b/.github/workflows/flutter.analyze-test.action.yaml index e00a69db..f57c61b8 100644 --- a/.github/workflows/flutter.analyze-test.action.yaml +++ b/.github/workflows/flutter.analyze-test.action.yaml @@ -59,7 +59,7 @@ jobs: flutter config --no-cli-animations flutter test --coverage --test-randomize-ordering-seed random - name: 'Upload coverage report' - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ \ No newline at end of file