Sourced from dawidd6/action-download-artifact's releases.
v8
New features
use_unzip
boolean input (defaulting to false) - if set to true, the action will use system providedunzip
utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)What's Changed
- README: v7 by
@haines
in dawidd6/action-download-artifact#318- Unzip by
@dawidd6
in dawidd6/action-download-artifact#325New Contributors
@haines
made their first contribution in dawidd6/action-download-artifact#318Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v7...v8