From 58b12fc228d2ac1679b4cfd618dad00b7a04f550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 23:15:16 +0000 Subject: [PATCH] ci(deps): Bump codecov/codecov-action from 5.5.2 to 5.5.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 5.5.3. - [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.2...v5.5.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 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 47e7c97..6b9206c 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.2 + uses: codecov/codecov-action@v5.5.3 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.2 + uses: codecov/codecov-action@v5.5.3 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.2 + uses: codecov/codecov-action@v5.5.3 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.2 + uses: codecov/codecov-action@v5.5.3 with: disable_file_fixes: true disable_search: true