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
62 stars 14 forks source link

Update @actions/upload-artifact to v4 #25

Closed IrinaGrigoryan closed 7 months ago

IrinaGrigoryan commented 7 months ago

Hello! Thank you for your work! You've created a great plugin!

Just one thing. I have a warning during my GitHub Actions workflow: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Could you please update @actions/upload-artifact to v4?

image

Thanks!

milanmk commented 7 months ago

Fixed in release 1.14

IrinaGrigoryan commented 7 months ago

That works! Many thanks!