- Notifications
You must be signed in to change notification settings - Fork631
Comparing changes
Open a pull request
base repository:actions/download-artifact
Uh oh!
There was an error while loading.Please reload this page.
base:v4.2.1
head repository:actions/download-artifact
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.3.0
- 14commits
- 10files changed
- 3contributors
Commits on Apr 17, 2025
when only one artifact-id is given, use
getArtifact
and check the r……esulting id returned
GrantBirki committedApr 17, 2025 use the same
artifactClient.getArtifact
structure as seen above in ……`isSingleArtifactDownload` logic
GrantBirki committedApr 17, 2025 revert
getArtifact()
changes - for now we have to list and filter b……y artifact-ids until a `getArtifactById()` public method exists
Commits on Apr 22, 2025
Merge pull request#401from actions/download-by-id
feat: implement new `artifact-ids` input
Commits on Apr 23, 2025
Commits on Apr 24, 2025
Merge pull request#402from actions/joshmgross/download-by-id-example
Fix workflow example for downloading by artifact ID
Merge pull request#404from actions/robherley/v4.3.0
Prep for v4.3.0 release
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.2.1...v4.3.0
Uh oh!
There was an error while loading.Please reload this page.