1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 09:47:49 +01:00

Bump to node20 runtime

This commit is contained in:
Konrad Pabjan
2023-10-26 22:34:45 -04:00
parent ac384941b4
commit 59c8579f60

View File

@@ -25,5 +25,5 @@ outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'