From 7c4596059de60da2ad1ff259d8e5dcd4b09ad0fa Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Mon, 29 Sep 2025 14:10:55 +0100 Subject: [PATCH] update runs on to be node 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'