Skip to content

Releases: dawidd6/action-download-artifact

v3.1.4

18 Mar 07:31
09f2f74
Compare
Choose a tag to compare

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

16 Mar 18:05
a430ac5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

21 Feb 15:34
71072fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

16 Feb 17:09
72aaadc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.1

v3.1.0

15 Feb 14:04
f6b0bac
Compare
Choose a tag to compare

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

13 Dec 08:29
v3.0.0
e7466d1
Compare
Choose a tag to compare

Node was updated from 16 to 20.
Node 20 requires glibc>=2.28.

v2.28.0: fix: ignore forks (#250)

18 Sep 13:28
2686771
Compare
Choose a tag to compare
* 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>

v2.27.0: Add regexp filter for artifact name (#237)

14 Apr 07:56
246dbf4
Compare
Choose a tag to compare

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>

v2.26.1

04 Apr 14:33
7132ab5
Compare
Choose a tag to compare
node_modules: downgrade filesize

v2.26.0: Use `commit` as `head_sha` to reduce number of API calls (#227)

21 Feb 20:33
5e780fc
Compare
Choose a tag to compare
* Use `commit` as `head_sha` to reduce number of API calls

Less results -> less pagination -> less API calls.
Maybe a bit faster even.

https://octokit.github.io/rest.js/v19#actions-list-workflow-runs

* Add CI check for commit

* Use event head_sha