We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6166b8d commit 4c79dfbCopy full SHA for 4c79dfb
.github/workflows/go.yml
@@ -63,6 +63,6 @@ jobs:
63
go test -v -covermode=atomic -coverprofile=coverage.out
64
65
- name: Upload coverage to Codecov
66
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
67
with:
68
flags: ${{ matrix.os }},go-${{ matrix.go }}
0 commit comments