awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.42k stars 1.14k forks source link

Use unique artifact names in CI workflow #1852

Closed cartermckinnon closed 3 months ago

cartermckinnon commented 3 months ago

Description of changes:

1850 updated us to 4.x of the upload-artifact action, which requires unique artifact names across an entire workflow.

Ex failure: https://github.com/awslabs/amazon-eks-ami/actions/runs/9568957937/job/26380369916

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.