diff --git a/action.yml b/action.yml index 898a840..0fd14b9 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'