We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c2792 commit d5c40b1Copy full SHA for d5c40b1
.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