From d3a5f4ca4d93d47cbf1d40b49f0de71db43550a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:03:40 +0000 Subject: [PATCH] ci(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [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.5.3...v6.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e99f00..1c6406a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,7 +298,7 @@ jobs: - id: codecov-results if: ${{ !cancelled() }} name: Upload test results to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: disable_search: true env_vars: GITHUB_JOB,GITHUB_REF_TYPE @@ -311,7 +311,7 @@ jobs: verbose: true - id: codecov-coverage name: Upload coverage report to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: disable_file_fixes: true disable_search: true @@ -377,7 +377,7 @@ jobs: - id: codecov-results if: ${{ !cancelled() }} name: Upload test results to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: disable_search: true env_vars: GITHUB_JOB,GITHUB_REF_TYPE @@ -390,7 +390,7 @@ jobs: verbose: true - id: codecov-coverage name: Upload coverage report to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: disable_file_fixes: true disable_search: true