ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

Review upload/download of artifacts in GHA #447

Open omereleases opened 2 days ago

omereleases commented 2 days ago

using v4 leads to error

omereleases commented 2 days ago

v3: zip are not uploaded

sbesson commented 2 days ago

Looking at https://github.com/ome/omero-insight/actions/runs/10884718399, looks like the workflow needs to be updated to match the breaking changes in the actions if you want to move to {upload,download}-artifact@v4. In particular artifacts are no longer mutable - see also https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact

jburel commented 2 days ago

exactly I did not have time to look at that now @dominikl could you have a look?