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