milanmk / actions-file-deployer

Composite GitHub Action (Linux runner) for deploying repository content to remote server. Fast and customizable deployment with proxy support. Deploy only changed files or do full sync/mirror of repository content.
The Unlicense
64 stars 15 forks source link

Please update the following actions to use Node.js 16: actions/upload-artifact@v2 #16

Closed chberger closed 1 year ago

chberger commented 1 year ago

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/upload-artifact@v2

milanmk commented 1 year ago

upload-artifact version updated in v1.12 https://github.com/milanmk/actions-file-deployer/releases/tag/1.12

chberger commented 1 year ago

Thanks