Skip to content

Commit

Permalink
ci: upgrade action of codecov to v3 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Jun 13, 2023
1 parent c6d95d4 commit cfa8745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:

- name: Upload codecov
if: matrix.os == 'macos-latest' && matrix.node == '18'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit cfa8745

Please sign in to comment.