What's Changed
- Fixes #110 - Add the asset-name input to the list of expected inputs by @ChrisAnn in #111
- chore(deps): update actions/checkout action to v4 by @renovate in #109
- fix(deps): update dependency eslint to v9.22.0 by @renovate in #113
- dependency bump by @jaxxstorm in #115
Breaking Changes
- Regex matching for download extensions are now sanitized before use. You might have passed values like
\.bz2
This is no longer supported. Inv2.0.0
, simply provide the plain extension without any regex-specific backslashes, for example:.bz2
orbz2
.
New Contributors
Full Changelog: v1...v2.0.0