diff --git a/action.yml b/action.yml index 7fc4fb5..c05d554 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node20' + using: 'node18' main: 'dist/index.js'