A user suggests that GitHub Actions should allow uploading multiple non-zipped artifacts instead of just a single file, as they have created a tool to combine multiple files into a single HTML for viewing CI reports.
Today, github announces this [enhancement](https://github.blog/changelog/2026-02-26-github-actions-now-supports-uploading-and-downloading-non-zipped-artifacts/); GitHub Actions now supports uploading and downloading non-zipped artifacts. But multiple non-zipped artifacts cannot be uploaded. only a single file. Therefore, I created foolhtml. It combines multiple files into a single HTML with a viewer. See demo. https://preview.redd.it/ejq0j5tis2mg1.png?width=1200&format=png&auto=webp&s=9205a2cbd35bbca7e628385d16ee795d937647f9 foolhtml have github actions in same repository. You can see usage in README. repo: [https://github.com/wreulicke/foolhtml](https://github.com/wreulicke/foolhtml) Thank you.