From 385c1ba4be6f9d814a9d402248bc535aec8fa031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:13:19 +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-build.yaml | 2 +- .github/workflows/pr-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-build.yaml b/.github/workflows/main-build.yaml index f59ce18c..1f7e8876 100644 --- a/.github/workflows/main-build.yaml +++ b/.github/workflows/main-build.yaml @@ -100,7 +100,7 @@ jobs: run: task build:aot-check - name: Upload coverage reports - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage/**/*.cobertura.xml disable_search: true diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 8187e3f3..29551c9a 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -104,7 +104,7 @@ jobs: run: task build:aot-check - name: Upload coverage reports - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage/**/*.cobertura.xml disable_search: true