You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use merge-multiple for snapshot artifact download
The v4→v7 upgrade of download-artifact changed behavior: when a pattern
matches only one artifact, files extract directly to path/ without the
artifact name subdirectory. This broke the merge loop which expected
snapshots-shard-*/ directories.
Using merge-multiple: true is the documented pattern for sharded artifacts
and eliminates directory structure assumptions.
Amp-Thread-ID: https://ampcode.com/threads/T-019c0b70-122a-709b-a4f6-4929ed6ff3c2
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments