Releases: dawidd6/action-download-artifact
Releases · dawidd6/action-download-artifact
v2.22.0
Update README.md (#182)
v2.21.1
write zip file in path (#169)
v2.21.0
Update main.js
v2.20.0: Add some more diagnostics (#121)
* fix: apply artifacts filter also in checkArtifacts. * fix: change author so I can publish the fix * change name to avoid conflict * change name * fix artifacts.filter * fix bug * fix: add break * More diagnostic output * print found artifact names. * fix check artifacts * fix bug * prep for PR * Update action.yml * Update main.js * Update main.js * Update main.js * Update main.js * Update main.js Co-authored-by: Dawid Dziurla <[email protected]>
v2.19.0: Add input option to unpack (or not) downloaded artifact(s) (#150)
Co-authored-by: Dawid Dziurla <[email protected]>
v2.18.0
Merge pull request #149 from kopackiw/do-not-set-empty-strings-as-fil…
v2.17.0
Added the ability to read the error message and run or exclude specif…
v2.16.0
Search capability (#122) Co-authored-by: martcus <[email protected]> Co-authored-by: Dawid Dziurla <[email protected]>
v2.15.0
Add documentation for accessing private repo (#104) * Add documentation for accessing private repo I've tried accessing private repos. Supplied GITHUB_TOKEN does not work. You will need Personal Access Token with repo scope Co-authored-by: Dawid Dziurla <[email protected]>
v2.14.1
Fix octokit returning weird results from listWorkflowRuns (#95) Closes: #93 Co-authored-by: Dawid Dziurla <[email protected]>