diff --git a/action.yml b/action.yml index 0a82738..bc3429d 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ outputs: upload_url: description: 'The URL for uploading assets to the created release.' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'