KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 647 forks source link

Should update Node.js 16 actions in CI to avoid future breakage #1079

Closed oddhack closed 3 months ago

oddhack commented 4 months ago

Browsing Actions runs, I see a lot of "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ..." warnings on almost every CI job. AIUI the deprecation may evolve into breakage in the not too distant future - Node 16 is past EOL and they've been warning of this for nearly a year so it would be good to update those actions. IME with Vulkan-Site this is not difficult, and may be nothing more than updating the action version as recommended. I think there are some compatibility issues with certain types of persistent artifact upload / download between jobs which didn't affect Vulkan-Site, but something to watch out for.