Skip to content

Commit

Permalink
Merge pull request #824 from vim-jp/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
ujihisa authored Dec 31, 2024
2 parents a2d1509 + 9a8a456 commit 8f2f8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
covimerage write_coverage "${THEMIS_PROFILE}"
coverage xml
- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
env_vars: OS,VIMVER
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
covimerage write_coverage ${Env:THEMIS_PROFILE}
coverage xml
- name: Send coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
env_vars: OS,VIMVER

0 comments on commit 8f2f8fe

Please sign in to comment.