Skip to content

Commit

Permalink
Upgrade codecov action to v4
Browse files Browse the repository at this point in the history
Upgrade codecov action to v4

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
  • Loading branch information
ywk253100 committed Apr 8, 2024
1 parent f85f877 commit 6c215d7
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 6c215d7

Please sign in to comment.