diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0662e95e..e75e2f8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,7 +44,7 @@ jobs: go test -race -cover -coverprofile coverage2.out -tags libcurl,crappy ./... - name: Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: files: coverage1.out,coverage2.out