From f3705d7054eb8be1346c8968d155a39c532363ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:59:32 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dart_package.yaml | 2 +- .github/workflows/flutter_package.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_package.yaml b/.github/workflows/dart_package.yaml index 72b69824..3d7b32c8 100644 --- a/.github/workflows/dart_package.yaml +++ b/.github/workflows/dart_package.yaml @@ -104,7 +104,7 @@ jobs: run: ${{inputs.custom_tests}} - name: Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/flutter_package.yaml b/.github/workflows/flutter_package.yaml index 54c4893c..0ec824ea 100644 --- a/.github/workflows/flutter_package.yaml +++ b/.github/workflows/flutter_package.yaml @@ -101,7 +101,7 @@ jobs: run: ${{inputs.custom_tests}} - name: Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: ${{ inputs.run_tests }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fef690d0..5eb90f4e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -469,7 +469,7 @@ jobs: name: final-coverage path: coverage/lcov.info - name: Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: