Skip to content

Releases: suisei-cn/actions-download-file

v1.6.0

27 Jan 02:31
Compare
Choose a tag to compare
  • Use Uint8Array in place of Buffer. (#17)
  • Pre-determine invalid (or absent) file name before the actual download. (#17)

v1.5.1

26 Jan 14:46
Compare
Choose a tag to compare
  • Updated to use Node.js 20, as Node.js 16 is going to be in EOL. (#15)
  • Removed use of node-fetch, as Node.js added Fetch API support since some Node.js 18.
  • Updated dependencies.

From this version, we added a suggestion in README.md to encourage pinning the action with its commit hash.

v1.4.0

12 May 15:07
Compare
Choose a tag to compare
  • Updated dependencies.
  • Add the parameter retry-times. [#14]

v1.3.0

08 Nov 14:47
Compare
Choose a tag to compare

Update 20220713

13 Jul 14:50
Compare
Choose a tag to compare
  • Add filename to the input parameter list (#10)

Update 20220126

26 Jan 04:23
Compare
Choose a tag to compare
  • Updated all the dependencies following the node-fetch@3 notification (#7)
  • But finally reverted node-fetch to ^2 since this is a CommonJS module, while node-fetch@3 is ESM-only