Skip to content

Commit c0e6dc5

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#555)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cycleccc <2991205548@qq.com>
1 parent 71ae077 commit c0e6dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# 上传覆盖率报告到 Codecov
6363
- name: Upload coverage reports to Codecov
64-
uses: codecov/codecov-action@v5.3.1
64+
uses: codecov/codecov-action@v5.4.0
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)