Skip to content

Commit

Permalink
Merge pull request #280 from tsuyoshicho/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x
  • Loading branch information
tsuyoshicho authored Nov 17, 2024
2 parents da4b906 + 23f2c09 commit 2d72bb5
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 @@ -119,7 +119,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 @@ -241,7 +241,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 2d72bb5

Please sign in to comment.