diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cca9775..417effc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: cache: true - run: go test ./... -v -coverprofile=./coverage.txt -race -vet=off - name: Upload coverage data - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: file: ./coverage.txt fail_ci_if_error: true