Closed robherley closed 10 months ago
Migrating says "The new merge-multiple:
input will support downloading multiple artifacts within the same directory." That isn't technically wrong, but from the perspective of migrating users, it is.
It would be better to say:
"If you previously used name:
, you will need to replace it with merge-multiple: true
-- noting that these are not precisely equivalent."
In the migration guide, the download for the v3 was as follows:
And it was stated that it would create the following directory:
This was incorrect, since no
name
was specified, it actually made an inner directory due to the behavior outlined here in the v3 docs.Instead we must provide both the name and the path to have it match the scenario we outlined.
More context: https://github.com/actions/upload-artifact/issues/478#issuecomment-1919559521