diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2e78777e..4c7fa6c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: go test -race -cover -coverprofile coverage2.out -tags libcurl,crappy ./... - name: Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.3.1 with: files: coverage1.out,coverage2.out