diff --git a/action.yml b/action.yml index 3f40c6d..00ed5da 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ outputs: browser_download_urls: description: 'The URL users can navigate to in order to download the uploaded asset' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'package'