From 1a57a7d7a03db06272825d45ba4d5206a6b9b516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:49:43 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e4a2d8a..6c47a78 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -93,7 +93,7 @@ jobs: make bench - name: Upload coverage to Codecov # 上传覆盖率到 Codecov - uses: codecov/codecov-action@v4 # 使用最新的主版本 + uses: codecov/codecov-action@v5 # 使用最新的主版本 # 移除了 token,对于公共仓库或通过 GitHub App 集成通常不需要 # 如果需要,添加 token: # with: