Skip to content

Commit f7ab872

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go.yml

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

0 commit comments

Comments
 (0)