Update version of codecov action

given errors seen in other PRs using v2
This commit is contained in:
Dan Buch 2022-09-05 13:07:41 -04:00
parent e57f53bf6c
commit 8609031738
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -64,7 +64,7 @@ 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:
fail_ci_if_error: true