File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 - name : Publish
4646 uses : actions/upload-artifact@v3
4747 with :
48- name : dist
48+ name : dist-${{ github.run_id }}
4949 path : dist/
5050
5151 test-linux :
8181 - name : Download package files
8282 uses : actions/download-artifact@v3
8383 with :
84- name : dist
84+ name : dist-${{ github.run_id }}
8585 path : dist/
8686
8787 - name : Set up ${{ matrix.python.name }}
@@ -135,7 +135,7 @@ jobs:
135135 - name : Download package files
136136 uses : actions/download-artifact@v3
137137 with :
138- name : dist
138+ name : dist-${{ github.run_id }}
139139 path : dist/
140140
141141 - name : Set up ${{ matrix.python.name }}
@@ -199,7 +199,7 @@ jobs:
199199 - name : Download package files
200200 uses : actions/download-artifact@v3
201201 with :
202- name : dist
202+ name : dist-${{ github.run_id }}
203203 path : dist/
204204
205205 - name : Set up ${{ matrix.python.name }}
@@ -231,7 +231,7 @@ jobs:
231231 - name : Download package files
232232 uses : actions/download-artifact@v3
233233 with :
234- name : dist
234+ name : dist-${{ github.run_id }}
235235 path : dist/
236236
237237 - name : Set up Python
You can’t perform that action at this time.
0 commit comments