Skip to content

Commit 256810d

Browse files
committed
use pattern: instead of name: for artifact-download
1 parent 9e289fd commit 256810d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- uses: actions/download-artifact@v4
8383
with:
84-
name: dist-${{ matrix.os }}
84+
pattern: dist-*
8585
path: dist
8686

8787
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)