Skip to content

Commit 2a3ff9c

Browse files
chore(deps): update codecov/codecov-action action to v3 (#84)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e781aff commit 2a3ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
go test -v ./... -race -covermode=atomic -coverprofile=coverage.out
2323
2424
- name: Upload coverage to Codecov
25-
uses: codecov/codecov-action@v2
25+
uses: codecov/codecov-action@v3
2626
with:
2727
files: coverage.out

0 commit comments

Comments
 (0)