From a34e529852d3a3f625748186d72eefe66629d1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:22:33 +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/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f0a186b..13e6b43 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,7 +75,7 @@ jobs: - name: ⬆️ Upload coverage reports for synk if: needs.changes.outputs.synk == 'true' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: PACKAGE_PATH: packages/synk with: @@ -112,7 +112,7 @@ jobs: - name: ⬆️ Upload coverage reports for flutter_synk if: needs.changes.outputs.flutter_synk == 'true' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: PACKAGE_PATH: packages/flutter_synk with: