1
0
mirror of https://github.com/actions/download-artifact.git synced 2026-07-06 16:21:37 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Bassem Dghaidi a9bc5e6ef2 Use Node24 2026-03-17 06:33:43 -07:00
+1 -1
View File
@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'