From 6153e76a8bbb1fb5d8d26576d12172989acb2e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:13:12 +0000 Subject: [PATCH] chore(ci): bump codecov/codecov-action from 5.4.0 to 7.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 7.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/0565863a31f2c772f9f0395002a31e3f06189574...fb8b3582c8e4def4969c97caa2f19720cb33a72f) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46379f2..31401a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: # Add CODECOV_TOKEN to repo secrets to enable. - name: Upload coverage if: matrix.node == '20' # upload once, from Node 20 only - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v4.6.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v4.6.0 continue-on-error: true # don't fail CI if Codecov is unavailable with: files: ./coverage/lcov.info