Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unique artifact names #135

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

mgfritch
Copy link
Contributor

actions/upload-artifact requires a unqiue name for each artifact to upload (e.g. amd64, arm64 etc.)

Fixes:
https://github.com/rancher/image-build-calico/actions/runs/12272456160

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

`actions/upload-artifact` requires a unqiue name for
each artifact to upload (e.g. `amd64`, `arm64` etc.)

Signed-off-by: Michael Fritch <[email protected]>
@mgfritch mgfritch merged commit 29a9691 into rancher:master Dec 11, 2024
3 checks passed
@mgfritch mgfritch deleted the upload-build-artifacts branch December 11, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants