mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-27 11:46:05 +00:00
Merge pull request #606 from actions/v3/node16
Carry forward `v3/node16` updates to `v3/node20`
This commit is contained in:
commit
672174a5ba
10 changed files with 206 additions and 69 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue