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