diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9326a49..91e0075 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@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: file: ./coverage.txt fail_ci_if_error: true