File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
- name : Save wheel
82
82
uses : actions/upload-artifact@v4
83
83
with :
84
- name : my- artifacts-${{ matrix.os }} -${{ matrix.python }}
84
+ name : artifacts-win32 -${{ matrix.python }}
85
85
path : dist/*.whl
86
86
if-no-files-found : error
87
87
@@ -123,7 +123,7 @@ jobs:
123
123
- name : Save wheel
124
124
uses : actions/upload-artifact@v4
125
125
with :
126
- name : my- artifacts-${{ matrix.os }} -${{ matrix.python }}
126
+ name : artifacts-win64 -${{ matrix.python }}
127
127
path : dist/*.whl
128
128
if-no-files-found : error
129
129
@@ -140,7 +140,7 @@ jobs:
140
140
steps :
141
141
- uses : actions/download-artifact@v4
142
142
with :
143
- pattern : my- artifacts-*
143
+ pattern : artifacts-*
144
144
path : dist
145
145
merge-multiple : true
146
146
@@ -162,7 +162,7 @@ jobs:
162
162
steps :
163
163
- uses : actions/download-artifact@v4
164
164
with :
165
- pattern : my- artifacts-*
165
+ pattern : artifacts-*
166
166
path : dist
167
167
merge-multiple : true
168
168
You can’t perform that action at this time.
0 commit comments