chore: update action to use node24 instead of node20

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-19 14:47:04 +00:00
committed by GitHub
parent 49cb29bff9
commit 7fe949b0d7
+1 -1
View File
@@ -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'