Skip to content

Commit 840d365

Browse files
committed
CI: apply migration guide for upload, download artifacts
1 parent 7591946 commit 840d365

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/git2mail.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,23 @@ jobs:
8383
- name: Download Linux artifact
8484
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
8585
with:
86-
name: git2mail-linux
86+
path: git2mail-linux
87+
pattern: git2mail-*
88+
merge-multiple: true
8789

8890
- name: Download Windows artifact
8991
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9092
with:
91-
name: git2mail-windows
93+
path: git2mail-windows
94+
pattern: git2mail-*
95+
merge-multiple: true
9296

9397
- name: Download MacOS artifact
9498
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9599
with:
96-
name: git2mail-macos
100+
path: git2mail-macos
101+
pattern: git2mail-*
102+
merge-multiple: true
97103

98104
- name: Release Linux artifact
99105
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2

0 commit comments

Comments
 (0)