The [clang-format action](https://github.com/intel/llvm/blob/c818709fcebd5d8183e0ebe127e7f37b8867c3f2/devops/actions/clang-format/action.yml) in [intel/llvm](https://github.com/intel/llvm) uploads the diff of mis-formatted source code as an artifact, which may then be applied locally using `patch` without requiring the same clang-format version; e.g., [intel/llvm/actions/runs/2037328690](https://github.com/intel/llvm/actions/runs/2037328690).