mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +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'
|
description: 'Destination path'
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Reference in a new issue