diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08abecf..699032a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: with: go-version: "1.21" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v3.1.5 + - uses: codecov/codecov-action@v4.0.1 with: files: coverage.out