We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97d28b commit a030e66Copy full SHA for a030e66
.github/workflows/test.yml
@@ -28,5 +28,5 @@ jobs:
28
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
29
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
30
- name: Codecov
31
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
32
0 commit comments