Skip to content

Commit 1c26716

Browse files
committed
test again
1 parent 7625ecc commit 1c26716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/restore-artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: composite
2121
steps:
2222
- name: Download clients-java artifact
23-
if: ${{ inputs.java == 'true' && inputs.type == 'all' }}
23+
if: ${{ inputs.type == 'all' }}
2424
uses: actions/download-artifact@v3
2525
with:
2626
name: clients-java

0 commit comments

Comments
 (0)