[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:
Konrad Pabjan
2023-10-27 10:11:07 -04:00
committed by GitHub
parent 896d1bb258
commit 88dadfbcfc
3 changed files with 13 additions and 5 deletions

View File

@@ -25,5 +25,5 @@ outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'