Skip to content

Commit

Permalink
update github workflows codecov action (#44)
Browse files Browse the repository at this point in the history
Change-Id: I3ee30bd7b8cbe94eed6764b414183d85c67d48f1
  • Loading branch information
oliverlee authored Jun 5, 2024
1 parent 8b5b03b commit e149f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
name: ${{ env.PROFILE }}
path : ${{ env.PROFILE }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./bazel-out/_coverage/_coverage_report.dat
Expand Down

0 comments on commit e149f2e

Please sign in to comment.