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

[Fix] breaking changes in upload-artifacts v4 #320

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

jt-dd
Copy link
Contributor

@jt-dd jt-dd commented Jan 24, 2025

Fixing breaking changes in upload-artifacts v4:

Uploading to the same named Artifact multiple times.

Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you will encounter an error.

We are getting the following error:

Run actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
With the provided path, there will be 2 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

@jt-dd jt-dd marked this pull request as ready for review January 24, 2025 16:19
@jt-dd jt-dd requested a review from a team as a code owner January 24, 2025 16:19
@jt-dd jt-dd merged commit 30bb3b2 into main Jan 24, 2025
8 checks passed
@jt-dd jt-dd deleted the jt-dd/fix-build-ci-upload-artifact-v4 branch January 24, 2025 16:19
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.

2 participants