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 @@ -249,7 +249,7 @@ jobs:
249249 run : python -m build
250250
251251 - name : Upload distribution files
252- uses : actions/upload-artifact@v3
252+ uses : actions/upload-artifact@v4
253253 with :
254254 name : dist-packages
255255 path : dist/
@@ -267,7 +267,7 @@ jobs:
267267 uses : actions/checkout@v4
268268
269269 - name : Download package
270- uses : actions/download-artifact@v3
270+ uses : actions/download-artifact@v4
271271 with :
272272 name : dist-packages
273273 path : dist
@@ -325,7 +325,7 @@ jobs:
325325 mike set-default $MIKE_VERSION
326326
327327 - name : Upload site
328- uses : actions/upload-artifact@v3
328+ uses : actions/upload-artifact@v4
329329 with :
330330 name : docs-site
331331 path : site/
@@ -415,7 +415,7 @@ jobs:
415415 runs-on : ubuntu-20.04
416416 steps :
417417 - name : Download distribution files
418- uses : actions/download-artifact@v3
418+ uses : actions/download-artifact@v4
419419 with :
420420 name : dist-packages
421421 path : dist
@@ -461,7 +461,7 @@ jobs:
461461 id-token : write
462462 steps :
463463 - name : Download distribution files
464- uses : actions/download-artifact@v3
464+ uses : actions/download-artifact@v4
465465 with :
466466 name : dist-packages
467467 path : dist
You can’t perform that action at this time.
0 commit comments