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]