Skip to content

Conversation

@emmadesilva
Copy link
Member

          **Breaking Changes** documented in https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes

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.

This causes an issue in our tests where we run the action multiple times. This probably won't be an issue for real usages unless users want to deploy multiple sites from the same job, which I guess could happen? Best way to resolve it might then be to so support an input for custom artifact names.

Originally posted by @caendesilva in #35 (comment)

@emmadesilva emmadesilva merged commit 072baf4 into master Feb 15, 2025
7 checks passed
@emmadesilva emmadesilva deleted the support-custom-artifact-names branch February 15, 2025 17:41
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