micronaut-projects / micronaut-project-template

A template project for new Micronaut modules to use
Apache License 2.0
14 stars 11 forks source link

upload binary compatibility only if java 17 #431

Closed sdelamo closed 10 months ago

sdelamo commented 10 months ago

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 commented 10 months ago

I tested it in OpenAPI build https://github.com/micronaut-projects/micronaut-openapi/pull/1372