From f2e794fe4d052c2fe0addc05fb9bef0a1162461e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:06:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action to v5.5.4 --- .github/workflows/flutter.test.yml | 2 +- .github/workflows/go.test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.test.yml b/.github/workflows/flutter.test.yml index 4740bf8..10ae918 100644 --- a/.github/workflows/flutter.test.yml +++ b/.github/workflows/flutter.test.yml @@ -31,7 +31,7 @@ jobs: run: | flutter test --coverage --test-randomize-ordering-seed random - name: 'Upload coverage report' - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.4 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index a865ca5..dfca037 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -20,7 +20,7 @@ jobs: - name: 'Go test (with coverage)' run: go test ./... -covermode=atomic -coverprofile='coverage.out' - name: 'Upload coverage report' - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out