Skip to content
Compare
Choose a tag to compare
@shrink shrink released this 06 Sep 20:28
· 7 commits to main since this release
v3.0.1

As reported by @anqqa in #28, GitHub's actions/upload-artifact includes a breaking change in their v3 -- hiding dot files by default. Hiding dot files by default impacts this Action because the default destination generated by this Action starts with a .. The breaking change to this Action has been released as a patch (instead of a major version) because although it is technically a breaking change, no evidence has been found of any Workflows relying on the use of the . whereas leaving the . in place is likely to break Workflows that use shrink/actions-docker-extract alongside actions/upload-artifacts. Violating semver felt appropriate in this circumstance.

Please see #28 (comment) for further information. If this breaking change is a problem, please update your workflow to use the previous version, which remains available:

uses: shrink/[email protected]