Closed Atlinx closed 5 months ago
Hey there, could you please provide the names of the actions that would be outdated?
The deprecated actions are shown on GitHub Actions when running the workflow. These actions include actions/checkout@v3, actions/setup-java@v3, actions/setup-python@v4, actions/cache@v3, and actions/upload-artifact@v3
Godot version
v4.2
godot-cpp version
Latest
System information
Windows 11
Issue description
The github actions workflow uses Node.js 16 actions, which are deprecated. All the deprecated packages should have newer versions that use Node.js 20, so you can fix this by using the latest versions of every package.