Skip to content

Commit

Permalink
Merge pull request #7631 from ywk253100/240408_codecoverage
Browse files Browse the repository at this point in the history
Upgrade codecov action to v4
  • Loading branch information
ywk253100 authored Apr 8, 2024
2 parents f85f877 + 6c215d7 commit 54462c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Make ci
run: make ci
- name: Upload test coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
Expand Down

0 comments on commit 54462c4

Please sign in to comment.