From 6afc847ced11d44f46512dad37c9e4335c254c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:19:24 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.4 to 6.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) --- 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-node.yml | 2 +- .github/workflows/ci-python.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-node.yml b/.github/workflows/ci-node.yml index 7f657ccf..077bcae9 100644 --- a/.github/workflows/ci-node.yml +++ b/.github/workflows/ci-node.yml @@ -140,7 +140,7 @@ jobs: - name: Codecov Upload if: inputs.self_test && inputs.codecov_upload && matrix.os == 'ubuntu-22.04' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || contains(github.event_name, 'pull_request')) - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 notify: name: notify diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index baccf2cf..a3f5335f 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -211,7 +211,7 @@ jobs: - name: Codecov Upload if: inputs.codecov_upload && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 deploy: name: deploy diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a739b2..9de7f132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,7 +247,7 @@ jobs: - name: Codecov Upload if: steps.build.outputs.coverage_file - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 with: files: ${{ steps.build-test.outputs.coverage_file }}