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

upload binary compatibility only if java 17 #431

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Jan 8, 2024

https://github.com/actions/upload-artifact#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.

https://github.com/actions/upload-artifact#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.
@sdelamo sdelamo added the relates-to: build label for issues related to the build file or CI label Jan 8, 2024
@sdelamo
Copy link
Contributor Author

sdelamo commented Jan 8, 2024

I tested it in OpenAPI build micronaut-projects/micronaut-openapi#1372

@sdelamo sdelamo merged commit e5bc687 into master Jan 8, 2024
5 checks passed
@sdelamo sdelamo deleted the sdelamo-patch-3 branch January 8, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: build label for issues related to the build file or CI
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants