Merge pull request #1480 from urfave/update-codecov-action

Update version of codecov action
This commit is contained in:
2022-09-06 07:43:34 -04:00
committed by GitHub

View File

@@ -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: