diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29cc28c..f4667b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./pkg/... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: file: ./coverage.out flags: unittests