libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.57k stars 460 forks source link

In workflows, modernise the actions that are used #655

Closed levitte closed 3 months ago

levitte commented 3 months ago

actions/checkout@v2 → actions/checkout@v4 actions/upload-artifact@v3 → actions/upload-artifact@v4

This will reduce the amount of warnings in the workflow summary.

levitte commented 3 months ago

Aaaahhhhh, how clean the resulting workflow result is 😃