Skip to content

Commit

Permalink
ci: bump codecov/codecov-action from v2 to v3 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Aug 23, 2023
1 parent 4b1566f commit 2f00e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 2f00e10

Please sign in to comment.