LanceMcCarthy / Action-AzureBlobUpload

A GitHub action to upload files to Azure Blob storage, compatible with all Actions runner operating systems.
MIT License
15 stars 4 forks source link

Node.js 16 actions are deprecated #403

Closed druzsan closed 6 months ago

druzsan commented 6 months ago

Recently GitHub started to warn about usage of Node.js 16 actions in workflows:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: thollander/actions-comment-pull-request@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

LanceMcCarthy commented 6 months ago

Thanks @druzsan, I'll update ASAP.

LanceMcCarthy commented 6 months ago

@druzsan I've published v3.0.0 (which can also be referenced as v3), please try it an let me know if you have any problems

- uses: LanceMcCarthy/Action-AzureBlobUpload@v3
  ...
  ...
druzsan commented 6 months ago

@LanceMcCarthy it worked just fine! Thank you for a quick response and update.