Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#7645 from ywk253100/240409_action
Browse files Browse the repository at this point in the history
[cherry-pick]Upgrade codecov action to v4
  • Loading branch information
blackpiglet authored Apr 9, 2024
2 parents 9f9464c + c35fd60 commit 2c57ed8
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 2c57ed8

Please sign in to comment.