sand4rt / ftp-deployer

Simple SFTP / FTP deployment with NodeJS.
https://github.com/marketplace/actions/ftp-deployer
MIT License
47 stars 12 forks source link

Errors in log #2

Closed Thanzex closed 3 years ago

Thanzex commented 3 years ago

I just ran it in my Workflow, it did deploy correctly, but finished with this log


Run sand4rt/ftp-deployer@v0.9
Deploying...
(node:3404) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Error: TypeError: core.log is not a function```
sand4rt commented 3 years ago

Thanks for making the issue. I just released version v1.0 where this is fixed.