Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix upload-artifact v4 issue in dynamic embedding wheel
Summary: # context * TorchRec's OSS workflow "build dynamic embedding wheels" has been [failing](https://github.com/pytorch/torchrec/actions/runs/13416363464/job/37478091546) due to an upgrading of upload action [bug report](actions/upload-artifact#506) * we saw similar error message as below ``` Run actions/upload-artifact@v4 With the provided path, there will be 1 file uploaded Artifact name is valid! Root directory input is valid! Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run ``` # solution * as described in this [migration.md](https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md), adding additional job (merge) the artifacts. Differential Revision: D69904715
- Loading branch information