diff --git a/action.yml b/action.yml index c9b856f..5b8d0db 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ inputs: description: 'The Git reference to associate with the snapshot. If provided, snapshot-sha must also be provided.' required: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'upload-cloud'