Merge pull request #606 from actions/v3/node16

Carry forward `v3/node16` updates to `v3/node20`
This commit is contained in:
Ryan Troost
2024-08-29 11:55:17 -04:00
committed by GitHub
10 changed files with 206 additions and 69 deletions

View File

@ -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'