From 7fe949b0d78fe7d6c0a374ee420f934c37c234ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:47:04 +0000 Subject: [PATCH] chore: update action to use node24 instead of node20 Co-authored-by: felickz <1760475+felickz@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'