verilog-to-routing / vtr-verilog-to-routing

Verilog to Routing -- Open Source CAD Flow for FPGA Research
https://verilogtorouting.org
Other
1k stars 388 forks source link

[CI] Upgrade Self-Hosted Runners Actions #2632

Open AlexandreSinger opened 3 months ago

AlexandreSinger commented 3 months ago

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.