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