Skip to content

Commit 66565a6

Browse files
authored
Update typings for actions/download-artifact@v4 (#65)
1 parent 3f5f538 commit 66565a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

typings/actions/download-artifact/v4/action-types.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
inputs:
33
name:
44
type: string
5+
artifact-ids:
6+
type: list
7+
separator: ','
8+
list-item:
9+
type: string
510
path:
611
type: string
712
pattern:
@@ -16,4 +21,4 @@ inputs:
1621
type: string
1722
outputs:
1823
download-path:
19-
type: string
24+
type: string

0 commit comments

Comments
 (0)