Skip to content

Commit 8f2f8fe

Browse files
authored
Merge pull request #824 from vim-jp/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents a2d1509 + 9a8a456 commit 8f2f8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
covimerage write_coverage "${THEMIS_PROFILE}"
115115
coverage xml
116116
- name: Send coverage
117-
uses: codecov/codecov-action@v4
117+
uses: codecov/codecov-action@v5
118118
with:
119119
file: ./coverage.xml
120120
env_vars: OS,VIMVER
@@ -230,7 +230,7 @@ jobs:
230230
covimerage write_coverage ${Env:THEMIS_PROFILE}
231231
coverage xml
232232
- name: Send coverage
233-
uses: codecov/codecov-action@v4
233+
uses: codecov/codecov-action@v5
234234
with:
235235
file: ./coverage.xml
236236
env_vars: OS,VIMVER

0 commit comments

Comments
 (0)