FabricMC / fabric-example-mod

Example Fabric mod
Creative Commons Zero v1.0 Universal
1.67k stars 942 forks source link

GitHub build script should be updated #214

Closed Madis0 closed 2 years ago

Madis0 commented 2 years ago

Current one gives those errors:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, gradle/wrapper-validation-action, actions/setup-java, actions/upload-artifact, actions/setup-java, actions/checkout

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

image

ghost commented 2 years ago

not to mention that windows builds are kind of unnecessary. That being said, theses commands probably won't be gone for a long time.