mirror of
https://github.com/actions/download-artifact.git
synced 2025-10-23 08:56:31 +08:00
[v4 beta] Fixes to download directory structure (#233)
* Fix extra root extra root directory if downloading single artifact on v4-beta * Fix for all downloads * Bump to node20 runtime * ncc --------- Co-authored-by: Rob Herley <robherley@github.com>
This commit is contained in:
@@ -25,5 +25,5 @@ outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user