Skip to content

Commit 57493b0

Browse files
chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.1 (#528)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.2.0 to 5.3.1. - [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.2.0...v5.3.1) --- 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>
1 parent 9b2ffc7 commit 57493b0

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.2.0
64+
uses: codecov/codecov-action@v5.3.1
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)