Update version of codecov action
given errors seen in other PRs using v2
This commit is contained in:
parent
e57f53bf6c
commit
8609031738
2
.github/workflows/cli.yml
vendored
2
.github/workflows/cli.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user