Open SourceRead full article
GitHub Actions now supports uploading and downloading non-zipped artifacts
Feb 26, 2026GitHub Changelog
GitHub Actions now supports uploading and downloading non-zipped artifacts within workflows. Previously, when you uploaded an artifact using the actions/upload-artifact action it was automatically zipped. Downloading it using the actions/download-artifact… The post GitHub Actions now supports...