diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00c2fff..76da1f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: run: | go test common.go -mod=readonly -timeout 5m -short -race -coverprofile=coverage.txt -covermode=atomic go test common.go -mod=readonly -timeout 5m - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v5.0.7 with: file: ./coverage.txt fail_ci_if_error: true