diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3996cac..15f0294 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod - run: go test ./... -short -v -coverprofile=./coverage.txt -race -vet=off - name: Upload coverage data - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: file: ./coverage.txt fail_ci_if_error: true