diff --git a/action.yml b/action.yml index 2a0ecf1..28f04cc 100644 --- a/action.yml +++ b/action.yml @@ -65,5 +65,5 @@ outputs: description: > SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed. runs: - using: 'node20' + using: 'node24' main: 'dist/upload/index.js'