Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
koron authored Aug 6, 2024
2 parents 02960ef + 1d4df44 commit cc17457
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@v3
uses: codecov/codecov-action@v4
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@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
env_vars: OS,VIMVER

0 comments on commit cc17457

Please sign in to comment.