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

Retry on artifact already exists #548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

yanksyoon
Copy link

Addresses #506.

Hello maintainers!

When running the upload-artifact workflow in parallel (workflow with matrices), the Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run is often encountered.

I've looked into this to address this issue, however, it seems that it is likely that it might be necessary to introduce new error classes upstream in actions/toolkit:artifact to properly address this issue.

This PR is a hacky patch to fix it, but any guidance or suggestion on how to approach the fix would be appreciated.

Thank you!

@yanksyoon yanksyoon requested a review from a team as a code owner March 26, 2024 13:25
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.

None yet

1 participant