Don't zip artifact downloads #38706
-
Select Topic AreaProduct Feedback BodyIt would be really nice if workflow artifact downloads were not always forced into .zip files. It's super annoying to download a logfile for example and have to always run it through the zip-extract process before being able to look at it. This really impedes one's (NPI) workflow (not GH workflow, but personal workflow). It would also be nice to be able to download a single file from a "group file" upload where more than file were uploaded in an artifact. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Issue actions/upload-artifact#14 might be related. A link to this topic was recently posted there. It would be good if we could also directly open the |
Beta Was this translation helpful? Give feedback.
-
|
On the other hand, I have a matrix workflow for each platform, the result is a zip file. I then want to Download the artifacts for a release and when I download the zips, they get automatically extracted and deleted, causing other issues in the pipeline. How do I prevet |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
https://github.blog/changelog/2026-02-26-github-actions-now-supports-uploading-and-downloading-non-zipped-artifacts/
Shipped <3