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 @@ -295,28 +295,28 @@ jobs:
295295 run : make dist-check
296296
297297 - name : Upload Wheel
298- uses : actions/upload-artifact@v6
298+ uses : actions/upload-artifact@v7
299299 with :
300300 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.10
301301 path : dist/*.whl
302302 if : ${{ matrix.cibuildwheel == 'cp310' }}
303303
304304 - name : Upload Wheel
305- uses : actions/upload-artifact@v6
305+ uses : actions/upload-artifact@v7
306306 with :
307307 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.11
308308 path : dist/*.whl
309309 if : ${{ matrix.cibuildwheel == 'cp311' }}
310310
311311 - name : Upload Wheel
312- uses : actions/upload-artifact@v6
312+ uses : actions/upload-artifact@v7
313313 with :
314314 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.12
315315 path : dist/*.whl
316316 if : ${{ matrix.cibuildwheel == 'cp312' }}
317317
318318 - name : Upload Wheel
319- uses : actions/upload-artifact@v6
319+ uses : actions/upload-artifact@v7
320320 with :
321321 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.13
322322 path : dist/*.whl
@@ -377,7 +377,7 @@ jobs:
377377 run : make dist-check
378378
379379 - name : Upload SDist
380- uses : actions/upload-artifact@v6
380+ uses : actions/upload-artifact@v7
381381 with :
382382 name : csp-sdist
383383 path : dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments