diff --git a/action.yml b/action.yml index dbf6084..08da03a 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node16' + using: 'node18' main: 'dist/index.js'