Releases: dawidd6/action-download-artifact
Releases · dawidd6/action-download-artifact
v6
Full Changelog: v5...v6
v5
Full Changelog: v4...v5
v4
What's Changed
- VERSIONING CHANGE: now there will only be major releases of this action, e.g. v5, v6 and so on
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #284
- build(deps): bump @actions/artifact from 2.1.4 to 2.1.5 by @dependabot in #285
- build(deps): bump @actions/artifact from 2.1.5 to 2.1.7 by @dependabot in #287
- build(deps): bump adm-zip from 0.5.12 to 0.5.13 by @dependabot in #289
- Set allow_forks to false by default by @timweri in #290
New Contributors
Full Changelog: v3...v4
v3.1.4
What's Changed
- build(deps): bump adm-zip from 0.5.10 to 0.5.12 by @dependabot in #282
- build(deps): bump @actions/artifact from 2.1.2 to 2.1.4 by @dependabot in #280
- fix: accept expired artifacts with documentation url by @wdconinc in #283
New Contributors
Full Changelog: v3...v3.1.4
v3.1.3
What's Changed
- node_modules: upgrade by @dawidd6 in #276
- build(deps): bump @actions/artifact from 2.1.1 to 2.1.2 by @dependabot in #277
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Read workflow_search input as a boolean by @klutchell in #273
New Contributors
- @klutchell made their first contribution in #273
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Head sha revert by @romangg in #271
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #272
Full Changelog: v3...v3.1.1
v3.1.0
What's Changed
- build(deps): bump @actions/artifact from 2.0.0 to 2.0.1 by @dependabot in #267
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #264
- build(deps): bump @actions/artifact from 2.0.1 to 2.1.1 by @dependabot in #269
- Optionally search for workflows by @romangg in #270
New Contributors
Full Changelog: v3...v3.1.0
v3.0.0
Node was updated from 16 to 20.
Node 20 requires glibc>=2.28
.
v2.28.0: fix: ignore forks (#250)
* fix: ignore forks * fix: second pass, add parameters * style: adapt to local * fix: defaulting * fix: naming * Apply suggestions from code review Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com> --------- Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>