mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 23:22:44 +00:00
Using node16 to support centOS 7 runners
This commit is contained in:
parent
1bd0606e08
commit
dcd703c4b7
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ outputs:
|
|||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue