Open jmattsson opened 8 months ago
Hi there, We're experiencing this also. Any chance of a node upgrade here? Thanks!
This PR upgrades the action to node 20: https://github.com/hkusu/s3-upload-action/pull/24
You can replace hkusu/s3-upload-action@v2
with ahkohd/s3-upload-action@master
for the interim i.e:
- uses: ahkohd/s3-upload-action@master
I'm getting:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hkusu/s3-upload-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
in my logs these days. Any chance of a new version usingnode20
instead please?Thank you!