Update codecov/codecov-action action to v3

This commit is contained in:
Renovate Bot 2022-04-14 17:07:32 +00:00
parent 0c8fc850c7
commit 847687a850
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -37,7 +37,7 @@ jobs:
run: gotestsum -- -coverprofile=out/cover.txt -shuffle=on -race -covermode=atomic ./...
- name: Upload coverage report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: out/cover.txt
name: kreaper