Skip to content

Commit 8c9faf5

Browse files
committed
migrate {upload,download}-artifact usage from 3-4 properly
Signed-off-by: clux <[email protected]>
1 parent c663159 commit 8c9faf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
- uses: actions/upload-artifact@v4
144144
with:
145-
name: builds
145+
name: builds-${{ matrix.target }}
146146
retention-days: 1
147147
path: |
148148
yq-*.tar.xz
@@ -166,7 +166,8 @@ jobs:
166166

167167
- uses: actions/download-artifact@v4
168168
with:
169-
name: builds
169+
pattern: builds-*
170+
merge-multiple: true
170171

171172
- name: Checksums with SHA512
172173
run: sha512sum yq-* | tee SHA512SUMS

0 commit comments

Comments
 (0)