File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
- name : Upload digest
206
206
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
207
207
with :
208
- name : " digests-${{ matrix.platform[0] }}-${{ matrix.otp }}-${{ matrix.elixir }}"
208
+ name : " digests-${{ matrix.platform[0] }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ matrix.platform[1] == 'linux/amd64' && 'amd64' || 'arm64' }} "
209
209
path : /tmp/digests/*
210
210
if-no-files-found : error
211
211
retention-days : 1
@@ -248,8 +248,9 @@ jobs:
248
248
- name : Download digests
249
249
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
250
250
with :
251
- name : " digests-${{ matrix.platform }}-${{ matrix.otp }}-${{ matrix.elixir }}"
251
+ pattern : " digests-${{ matrix.platform }}-${{ matrix.otp }}-${{ matrix.elixir }}-* "
252
252
path : /tmp/digests
253
+ merge-multiple : true
253
254
- name : Set up Docker Buildx
254
255
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
255
256
- name : Docker meta
You can’t perform that action at this time.
0 commit comments