We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e591a commit 0d3dc3aCopy full SHA for 0d3dc3a
.github/workflows/go.yml
@@ -66,6 +66,6 @@ jobs:
66
go test -v -covermode=atomic -coverprofile=coverage.out
67
68
- name: Upload coverage to Codecov
69
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
70
with:
71
flags: ${{ matrix.os }},go-${{ matrix.go }}
0 commit comments