diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 180e5a9..d371567 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: go test -race -coverprofile=coverage.txt -covermode=atomic ./... if: matrix.mysql == 8 - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.mysql == 8 primaryreplica: