pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
19 stars 13 forks source link

Resolve deprecation warnings in GitHub Actions #116

Closed sharkwouter closed 4 months ago

sharkwouter commented 4 months ago

Right now we get a lot of warnings that we should update our actions because they use an old node version. This should fix that.

sharkwouter commented 4 months ago

Okay, this is ready for review now. If the publishing truely works we will find out after merging, but please look if the changes make sense. The issue which required changes is that you are no longer allowed to upload multiple things to the same artifact, so now each package has its own.

diamant3 commented 4 months ago

It makes sense by reading from their migration doc, but let's see what the result and hopefully no problem arises. 🤞🏼

sharkwouter commented 4 months ago

Works!