diff --git a/action.yml b/action.yml index 7cb5ad9..2bce7b2 100644 --- a/action.yml +++ b/action.yml @@ -57,5 +57,5 @@ outputs: This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work. Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues. runs: - using: 'node20' + using: 'node18' main: 'dist/index.js'