Adafruit_Wippersnapper_Arduino icon indicating copy to clipboard operation
Adafruit_Wippersnapper_Arduino copied to clipboard

Migrate Actions to upload-artifact v4 - Requires separately named artifacts per build task, then a merge step

Open tyeth opened this issue 1 year ago • 2 comments

The action version is deprecated (v1-v3), and v4 has breaking changes. See https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes And the step we'll need here: https://github.com/actions/upload-artifact/blob/main/merge/README.md#combining-all-artifacts-in-a-workflow-run

tyeth avatar Jul 30 '24 17:07 tyeth

I was upgrading some action versions while working on #607 to see if it resolved some issues I was having, but this felt like a larger lift / separate piece of work.

tyeth avatar Jul 30 '24 17:07 tyeth

@tyeth I've updated this to V3 instead of V4, we should look at upgrading to V4 as V3 will expired in November 2024.

brentru avatar Sep 12 '24 18:09 brentru