Skip to content

Commit b936f75

Browse files
authored
Merge pull request #35 from winjs-dev/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents 728c160 + 667d750 commit b936f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: pnpm run test:coverage
100100

101101
- name: 上传覆盖率报告
102-
uses: codecov/codecov-action@v4
102+
uses: codecov/codecov-action@v5
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}
105105
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)