We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e1959 commit 546df40Copy full SHA for 546df40
.github/workflows/test.yml
@@ -27,5 +27,5 @@ jobs:
27
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
28
if: matrix.go == 1.20 && matrix.os == 'ubuntu-latest'
29
- name: Codecov
30
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
31
0 commit comments