xresloader / upload-to-github-release

MIT License
52 stars 10 forks source link

Update action.yml to support node20 #60

Closed bogenlos closed 5 months ago

bogenlos commented 5 months ago

Please upgrade node version in action.yml due to this.

runs:
  using: "node20"

I'm getting this warning on execution:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: xresloader/upload-to-github-release@v1.4.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

owent commented 5 months ago

Thanks and v1.5.0 use node20 now.