Skip to content

Commit 134376e

Browse files
chore(deps): bump codecov/codecov-action from 2 to 3 (#6)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd92af7 commit 134376e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
go test -v -covermode=atomic -coverprofile=coverage.out
7070
7171
- name: Upload coverage to Codecov
72-
uses: codecov/codecov-action@v2
72+
uses: codecov/codecov-action@v3
7373
with:
7474
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)