You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Due to some recent changes on GitHub's side, uploading the JUnit reports
on the second job to finish in the kind workflow will fail with:
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Avoid this from happing by giving the artifacts unique names.
Fixes#2222
Signed-off-by: Tobias Klauser <[email protected]>
Due to some recent changes on GitHub's side, uploading the JUnit reports
on the second job to finish in the kind workflow will fail with:
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Avoid this from happing by giving the artifacts unique names.
Fixes#2222
Signed-off-by: Tobias Klauser <[email protected]>
Seen on https://github.com/cilium/cilium-cli/actions/runs/7469244368/job/20326056243?pr=2221
The text was updated successfully, but these errors were encountered: