diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36bfd69..f8f8134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,6 @@ jobs: go test -coverprofile=coverage.txt -covermode=atomic ./... - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: verbose: true