Skip to content

Commit 669a804

Browse files
committed
ci: add merge-multiple true for ctions/download-artifact
1 parent be821f2 commit 669a804

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/early-access.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: actions/download-artifact@v4
5858
with:
5959
path: artifacts
60+
merge-multiple: true
6061

6162
- name: 'Set up Java'
6263
uses: actions/setup-java@v3

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
- name: 'Download all artifacts'
174174
uses: actions/download-artifact@v4
175175
with:
176+
merge-multiple: true
176177
path: artifacts
177178

178179
- name: 'Set up Java'

0 commit comments

Comments
 (0)