Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the use of multiple artifacts with same name
The v4 of upload-artifact/download-artifact no longer supports uploads with the same name being extended, instead, we now need to create a new upload for each run, and download each one. see <https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact>
- Loading branch information