Skip to content

Commit 4c79dfb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
go test -v -covermode=atomic -coverprofile=coverage.out
6464
6565
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v2
66+
uses: codecov/codecov-action@v3
6767
with:
6868
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)