actions / upload-artifact

MIT License
3.25k stars 736 forks source link

Ensure hidden files input is used #608

Closed joshmgross closed 2 months ago

joshmgross commented 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.

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