diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d20fe8f..7a3c7f0 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.3.1 + uses: codecov/codecov-action@v4.4.0 with: file: ./coverage.txt fail_ci_if_error: true