mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-10 02:37:59 +02:00
Merge pull request #606 from actions/v3/node16
Carry forward `v3/node16` updates to `v3/node20`
This commit is contained in:
@ -23,6 +23,11 @@ inputs:
|
||||
|
||||
Minimum 1 day.
|
||||
Maximum 90 days unless changed from the repository settings page.
|
||||
include-hidden-files:
|
||||
description: >
|
||||
If true, hidden files will be included in the uploaded artifact.
|
||||
If false, hidden files will be excluded from the uploaded artifact.
|
||||
default: 'false'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user