Releases: suisei-cn/actions-download-file
Releases · suisei-cn/actions-download-file
v1.6.0
v1.5.1
- 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
v1.3.0
Update 20220713
- Add
filename
to the input parameter list (#10)
Update 20220126
- Updated all the dependencies following the
node-fetch@3
notification (#7) - But finally reverted
node-fetch
to^2
since this is a CommonJS module, whilenode-fetch@3
is ESM-only