Alternative to uploading to the same named Artifact multiple times
Describe the bug With version 2 of the toolkit or v4 of upload-artifact it is not possible to upload to the same named artifact anymore, as we are using it for some matrix jobs also the limit of 10 artifacts is an issue if I rename all artifacts to a unique name. Is there any workaround?
To Reproduce Steps to reproduce the behavior: Upload more artifacts to same named artifact
Expected behavior A workaround to not exceed the limit of 10 artifacts but still upload all needed artifacts We used the upload action to store reports and uploaded them to one artifact with subfolders for each matrix run
~~I also relied on the old behavior (before v4), in that artifacts from multiple matrix jobs are combined together as a single output artifact. Now that such usage is disallowed by default, is there any migration path that v4 can be configured to behave the same way as in v3?~~
OK, I suppose there's no migration path after reading Point 2 of breaking change — either follow the new requirement of v4, or stick with v3 forever.
I think i found the solution in the migration guide