-
Notifications
You must be signed in to change notification settings - Fork 611
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
using @v4 creates the following warning:
(node:1591) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use ``node --trace-deprecation ...`` to show where the warning was created)
What did you expect to happen?
if this is nodejs issue, it should be upgraded, to avoid issues.
How can we reproduce it?
use this as normal, and it shows the error. I used it like this:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: ${{github.run_number}}
path: ${{github.run_number}}
Anything else we need to know?
Running on ubuntu-latest
What version of the action are you using?
v4
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
rbange, alex-pope-l3, rtrad89, andres0sorio, wonda-tea-coffee and 13 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working