We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a87b4 commit c881cd5Copy full SHA for c881cd5
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
43
if: matrix.mysql == 8
44
- name: Codecov
45
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
46
47
48
primaryreplica:
0 commit comments