Sourced from actions/upload-artifact's releases.
v4.4.1
What's Changed
- Add a section about hidden files by
@âjoshmgrossin actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@âJcambassin actions/upload-artifact#621- Update
@âactions/artifactto latest version, includes symlink and timeout fixes by@ârobherleyin actions/upload-artifact#625New Contributors
@âJcambassmade their first contribution in actions/upload-artifact#621Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1
v4.4.0
Notice: Breaking Changes :warning:
We will no longer include hidden files and folders by default in the
upload-artifactaction of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- Exclude hidden files by default by
@âjoshmgrossin actions/upload-artifact#598Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0
604373d Merge pull request #625 from actions/robherley/artifact-2.1.100150148 paste right core versiona009b25 update licenses9f6f6f4 update @âactions/core and @âactions/artifact to latest versions3eadd8b Merge pull request #621 from actions/Jcambass-patch-1aeba9f7 Add workflow file for publishing releases to immutable action packageb18b1d3 Merge pull request #607 from actions/joshmgross/hidden-files-readmed7c1207 Add a section about hidden files5076954 Merge pull request #598 from actions/joshmgross/exclude-hidden-filesd52396a Add a warning about enabling include-hidden-files