dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
535 stars 148 forks source link

Update oudated CI actions #827

Closed HDauven closed 2 months ago

HDauven commented 2 months ago

Summary

CI currently gives warnings due to severely outdated actions that rely on Node v16, which has been end of life for a long while now.

Possible solution design or implementation

Make use of actions v4, and check for other outdated CI actions.