build(deps): bump codecov/codecov-action from 3 to 4 (#260)

This commit is contained in:
dependabot[bot] 2024-02-01 22:48:40 +00:00 committed by GitHub
parent b8b58fc129
commit e9b7884daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ jobs: # Docs: <https://git.io/JvxXE>
- name: Run Unit tests
run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./...
- uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action
- uses: codecov/codecov-action@v4 # https://github.com/codecov/codecov-action
continue-on-error: true
with:
file: /tmp/coverage.txt