Skip to content

Releases: timheuer/base64-to-file

v2 - Node24 support

28 Apr 21:19

Choose a tag to compare

This bumps the action to run using node24 to clear warnings. Given the major version change on the runner and node version, this bumps to a new major version for the action. This starts the v2 train.

What's Changed

  • fix: update branch trigger to match with default branch change by @chenrui333 in #57
  • Update action runtime metadata to Node.js 24 by @Copilot in #61

New Contributors

  • @Copilot made their first contribution in #61

Full Changelog: v1.2.4...v2

v1.2.4

09 Nov 16:35
784a1a4

Choose a tag to compare

What's Changed

  • Modified to node20

v1.2 - Bump to node16

11 Oct 15:01

Choose a tag to compare

This is just an update fixing #32 to run the action using node16 per GitHub Actions deprecation notices of node12.

What's Changed

New Contributors

Full Changelog: v1.1...v1.2

v1 Release

14 Dec 22:11

Choose a tag to compare

Use this to get a file from a base64-encoded string.

v1.2.3

17 May 16:48

Choose a tag to compare

Modifying version and error message

v1.1.0 - Adding fileDir

01 Sep 17:30

Choose a tag to compare

This release adds fileDir as a new input argument to enable specifying a new path to write the file instead of the default of RUNNER_TEMP location.

v1.0.4

16 Oct 21:12

Choose a tag to compare

Patch release tag to ensure matches version pattern

Directory fixes

15 Oct 20:58

Choose a tag to compare

Changed to ensure if directory doesn't exist on the runner that it will create it.

v1.0.3 Minor update

21 Jan 17:05

Choose a tag to compare

Minor bug fix to ensure in some cases that proper path to file is correct.

Fixing slashes

15 Dec 00:29

Choose a tag to compare

Fixed a slash issue that was resulting in bad paths on linux. Btw, use a linux runner :-)