File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 - name : Save wheel
8282 uses : actions/upload-artifact@v4
8383 with :
84- name : my- artifacts-${{ matrix.os }} -${{ matrix.python }}
84+ name : artifacts-win32 -${{ matrix.python }}
8585 path : dist/*.whl
8686 if-no-files-found : error
8787
@@ -123,7 +123,7 @@ jobs:
123123 - name : Save wheel
124124 uses : actions/upload-artifact@v4
125125 with :
126- name : my- artifacts-${{ matrix.os }} -${{ matrix.python }}
126+ name : artifacts-win64 -${{ matrix.python }}
127127 path : dist/*.whl
128128 if-no-files-found : error
129129
@@ -140,7 +140,7 @@ jobs:
140140 steps :
141141 - uses : actions/download-artifact@v4
142142 with :
143- pattern : my- artifacts-*
143+ pattern : artifacts-*
144144 path : dist
145145 merge-multiple : true
146146
@@ -162,7 +162,7 @@ jobs:
162162 steps :
163163 - uses : actions/download-artifact@v4
164164 with :
165- pattern : my- artifacts-*
165+ pattern : artifacts-*
166166 path : dist
167167 merge-multiple : true
168168
You can’t perform that action at this time.
0 commit comments