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

Compare commits

...

1 Commits

Author SHA1 Message Date
Rob Herley 246d7188e7 use node20 2024-03-18 16:08:50 +00:00
+1 -1
View File
@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'