Closed joshmgross closed 2 months ago
In #604/#606, the include-hidden-files input is never used so users cannot opt-into including hidden files in their artifact.
include-hidden-files
With this change, we're now matching v4.4.0 which properly respects this input: https://github.com/actions/upload-artifact/blob/v4.4.0/src/upload/upload-artifact.ts#L27-L30
v4.4.0
602
In #604/#606, the
include-hidden-files
input is never used so users cannot opt-into including hidden files in their artifact.With this change, we're now matching
v4.4.0
which properly respects this input: https://github.com/actions/upload-artifact/blob/v4.4.0/src/upload/upload-artifact.ts#L27-L30