Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unique artifact name for videos and screenshots
After updating to actions/upload-artifact@v4 multiple artifacts cannot share the same name. This makes the job fail. Add the container id to the artifact name to ensure uniqueness. See https://github.com/actions/upload-artifact#not-uploading-to-the-same-artifact
- Loading branch information