-
Notifications
You must be signed in to change notification settings - Fork 4
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
GitHub Action Error - Artifact Upload Conflict #199
Comments
Uses the github run_id for the artifact output directory Closes #199
Uses the github run_id for the artifact output directory Closes #199
Uses the github run_id for the artifact output directory Closes #199
Uses the github run_id for the artifact output directory Closes #199
Uses the github run_id for the artifact output directory Closes #199
sets overwrite to true for upload-artifact github action. Closes #199
This error is happening again. PR #206 |
I was able to get by this error by running each version individually. This makes me think maybe there is a collision happening, e.g., 2 versions (say 3.9 and 3.10) are trying to write artifacts at the same time?? |
Interesting, I thought I fixed that with |
I wonder if we can change these to run serially. |
Here is the documentation for the gh action https://github.com/actions/upload-artifact |
@dschristianson this might be a solution actions/upload-artifact#480 (comment) |
If comes up again, plan is to remove. |
The GitHub Action
actions/upload-artifact@v4
encountered an error during the artifact upload process. The error indicates that an artifact with the specified name already exists in the current workflow run, causing a conflict.Error Message:
Steps to Reproduce:
actions/upload-artifact@v4
step.Expected Behavior:
The artifact should be uploaded successfully without any conflicts.
Actual Behavior:
The upload process fails with a
409 Conflict
error because an artifact with the same name already exists.Possible Solutions:
The text was updated successfully, but these errors were encountered: