From dd05cc5ad6786d37b772153eda0d7f9c5560acf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:08:00 +0000 Subject: [PATCH] ci(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c5da2d5..61a7069 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: disable_file_fixes: true disable_search: true