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