From 5c76bd0de1e6ff5790f7502d8cb3d376a8dfbed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:35:50 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from e53489f4d376d79066609109e7a95a29eb3740b1 to fb8b3582c8e4def4969c97caa2f19720cb33a72f. - [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/e53489f4d376d79066609109e7a95a29eb3740b1...fb8b3582c8e4def4969c97caa2f19720cb33a72f) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: fb8b3582c8e4def4969c97caa2f19720cb33a72f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d7a87a..49acaee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Upload coverage to Codecov # Do not fail CI if Codecov is unreachable or the token is not set yet. - uses: codecov/codecov-action@e53489f4d376d79066609109e7a95a29eb3740b1 # v7.0.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: files: ./lcov.info fail_ci_if_error: false