mainsail-crew / MainsailOS

This Raspberry Pi distribution for managing Klipper 3D printers with Mainsail provides all you need.
https://docs.mainsail.xyz/setup/mainsail-os
GNU General Public License v3.0
546 stars 262 forks source link

fix(ci): Fix annotations from actions #285

Closed KwadFan closed 7 months ago

KwadFan commented 7 months ago

This PR fixes the annotations about 'actions/cache@v3' and 'actions/upload-artifact@v3'. Since this particular versions use Node 16 which are marked as depricated, We had to update to latest versions. These are in particular 'actions/cache' in version v4.0.0 and 'actions/upload-artifact' in version v4.3.1. These versions are shown in github marketplace if you click on 'use latest'

annotations