vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

[CI] Upgrade Self-Hosted Runners Actions

Open AlexandreSinger opened this issue 8 months ago • 0 comments

Upgraded the self-hosted runners actions to their most recent versions. Specifically, the upload-artifact action will fully deprecate soon and needs to be upgraded.

These upgrades require Node 20 to work. The self-hosted runners do not have Node 20 installed by default for their image of Ubuntu (unlike the GitHub-hosted runners), therefore Node20 needs to be installed using another action for the self-hosted jobs.

AlexandreSinger avatar Jun 27 '24 18:06 AlexandreSinger