mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-02-24 12:40:34 +07:00
Update action.yml to node18
This commit is contained in:
parent
a6efec62b1
commit
f696bccda4
@ -42,5 +42,5 @@ outputs:
|
|||||||
|
|
||||||
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node18'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user