Open kraenhansen opened 9 months ago
I've hit a few of them, but there are a few left that need to be updated by the maintainers:
One larger issue at hand is upload-artifact
. This we could upgrade to, but it contains a breaking change which hinders how we deal with prebuilds currently. Each artifact uploaded must have a unique key, otherwise it fails. In v3, one could use the same key and it would append the artifact into the previous.
While it is possible to refactor the testing workflow to handle this, our release pipelines would need a bit more assistance, as they currently pull the single prebuild artifact into the packaged release.