mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-08 14:42:43 +00:00
use node20
This commit is contained in:
parent
9bc31d5ccc
commit
246d7188e7
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ inputs:
|
|||
description: 'Destination path'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue