We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e639561 commit 8364448Copy full SHA for 8364448
.github/workflows/test.yaml
@@ -27,5 +27,5 @@ jobs:
27
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
28
if: matrix.go == 1.21
29
- name: Codecov
30
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
31
0 commit comments