Sourced from actions/download-artifact's releases.
v4.3.0
What's Changed
- feat: implement new
artifact-ids
input by@GrantBirki
in actions/download-artifact#401- Fix workflow example for downloading by artifact ID by
@joshmgross
in actions/download-artifact#402- Prep for v4.3.0 release by
@robherley
in actions/download-artifact#404New Contributors
@GrantBirki
made their first contribution in actions/download-artifact#401Full Changelog: https://github.com/actions/download-artifact/compare/v4.2.1...v4.3.0
d3f86a1
Merge pull request #404
from actions/robherley/v4.3.0fc02353
prep for v4.3.0 release7745437
Merge pull request #402
from actions/joshmgross/download-by-id-example84fc7a0
Remove path filters from Check dist workflow67f2bc3
Fix workflow example for downloading by artifact ID8ea3c2c
Merge pull request #401
from actions/download-by-idd219c63
add supporting unit tests for artifact downloads with ids54124fb
revert getArtifact()
changes - for now we have to list and
filter by artifa...b83057b
bundle171183c
use the same artifactClient.getArtifact
structure as seen
above in `isSingl...