1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2024-12-23 12:36:01 +01:00

Update action.yml to use node18

This commit is contained in:
dhawalseth 2024-01-03 16:11:31 -08:00 committed by GitHub
parent dcd703c4b7
commit 72db79fe99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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