1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00

update runs on to be node 24

This commit is contained in:
Salman Muin Kayser Chishti
2025-09-29 14:10:55 +01:00
parent d429e415c4
commit 7c4596059d

View File

@@ -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'