Merged
Conversation
bethanyj28
approved these changes
Dec 13, 2023
Co-authored-by: Konrad Pabjan <[email protected]>
konradpabjan
approved these changes
Dec 13, 2023
crazy-max
reviewed
Dec 14, 2023
| 2. Uploading to the same named Artifact multiple times. | ||
|
|
||
| Big changes coming... | ||
| 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. |
There was a problem hiding this comment.
So basically this breaks any workflow that were using this meaningful pattern?
In such cases you want to upload multiple assets from a matrix to a single artifact (https://github.com/docker/buildx/blob/8484fcdd5715c0683e8605e05cdffc0bfa8fde94/.github/workflows/build.yml#L149-L190) that you can then download from a dependent job to create a GitHub Release for example (https://github.com/docker/buildx/blob/8484fcdd5715c0683e8605e05cdffc0bfa8fde94/.github/workflows/build.yml#L244-L278).
How to do this then with v4?
There was a problem hiding this comment.
Make AI comments available to the members.
This was referenced Dec 14, 2023
tdfacer
pushed a commit
to ifit/upload-artifact
that referenced
this pull request
Oct 7, 2025
Update documentation for v4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👉 Rendered README 👈
@actions/artifactpackagev2.0.0