Sourced from actions/upload-artifact's releases.
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsnc
in actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.js
version in action by@hamirmahal
in actions/upload-artifact#578- Add new
artifact-digest
output by@bdehamer
in actions/upload-artifact#656New Contributors
@hamirmahal
made their first contribution in actions/upload-artifact#578@bdehamer
made their first contribution in actions/upload-artifact#656Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0
v4.4.3
What's Changed
- Undo indirect dependency updates from #627 by
@joshmgross
in actions/upload-artifact#632Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3
v4.4.2
What's Changed
- Bump
@actions/artifact
to 2.1.11 by@robherley
in actions/upload-artifact#627
- Includes fix for relative symlinks not resolving properly
Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add a section about hidden files by
@joshmgross
in actions/upload-artifact#607- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/upload-artifact#621- Update
@actions/artifact
to latest version, includes symlink and timeout fixes by@robherley
in actions/upload-artifact#625New Contributors
@Jcambass
made 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-artifact
action 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.
... (truncated)
65c4c4a
Merge pull request #662
from actions/yacaovsnc/add_variable_for_concurrency_a...0207619
move files back to satisfy licensed ci1ecca81
licensed cache updates9742269
Expose env vars to controll concurrency and timeout6f51ac0
Merge pull request #656
from bdehamer/bdehamer/artifact-digestc40c16d
add new artifact-digest output735efb4
bump @actions/artifact
from 2.1.11 to 2.2.0184d73b
Merge pull request #578
from hamirmahal/fix/deprecated-nodejs-usage-in-actionb4a0a98
Merge branch 'main' into fix/deprecated-nodejs-usage-in-actionb4b15b8
Merge pull request #632
from actions/joshmgross/undo-dependency-changes