Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Ensure uploaded test artifacts have a unique name
Without this, if two CI runs on Linux both fail and want to upload screenshots, we get an error like this on the second: > Error: Failed to CreateArtifact: Received non-retryable error: Failed > request: (409) Conflict: an artifact with this name already exists on > the workflow run Using all the inputs as part of the name should make this kind of conflict impossible.
- Loading branch information