Merge pull request #1480 from urfave/update-codecov-action
Update version of codecov action
This commit is contained in:
commit
94c9951e4a
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -61,8 +61,9 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
fail_ci_if_error: true
|
||||
|
||||
test-docs:
|
||||
|
Loading…
Reference in New Issue
Block a user