Update version of codecov action

given errors seen in other PRs using v2
main
Dan Buch 2 years ago
parent 31c5137f2e
commit 42c6c3876e
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -61,7 +61,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

Loading…
Cancel
Save