mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-18 14:34:44 +02:00
Update action.yml
This commit is contained in:
parent
3446296876
commit
0eb7d013d1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ inputs:
|
||||||
name:
|
name:
|
||||||
description: 'Artifact name'
|
description: 'Artifact name'
|
||||||
required: true
|
required: true
|
||||||
|
deprecationMessage: 'Potential breaking changes if master is used. See: https://github.com/actions/upload-artifact/issues/41'
|
||||||
path:
|
path:
|
||||||
description: 'Directory containing files to upload'
|
description: 'Directory containing files to upload'
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue