Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 32e076c

Browse files
Merge pull request #70 from arnested/dependabot/github_actions/codecov/codecov-action-3
2 parents ae39102 + ace825b commit 32e076c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GO111MODULE: 'on'
5454
run: go test -v -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
5555
- name: Upload coverage report to Codecov
56-
uses: codecov/codecov-action@v2
56+
uses: codecov/codecov-action@v3
5757
with:
5858
flags: go${{ matrix.go-version }}
5959
license_check:

0 commit comments

Comments
 (0)