diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0489e80..494bf15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: go test -v -race -coverprofile=coverage -covermode=atomic ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage flags: unittests