File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 - name : Fetch sources
245245 uses : actions/checkout@v4
246246 - name : Download package
247- uses : actions/download-artifact@v3
247+ uses : actions/download-artifact@v4
248248 with :
249249 name : dist-packages
250250 path : dist
@@ -384,7 +384,7 @@ jobs:
384384 runs-on : ubuntu-20.04
385385 steps :
386386 - name : Download distribution files
387- uses : actions/download-artifact@v3
387+ uses : actions/download-artifact@v4
388388 with :
389389 name : dist-packages
390390 path : dist
@@ -430,7 +430,7 @@ jobs:
430430 id-token : write
431431 steps :
432432 - name : Download distribution files
433- uses : actions/download-artifact@v3
433+ uses : actions/download-artifact@v4
434434 with :
435435 name : dist-packages
436436 path : dist
You can’t perform that action at this time.
0 commit comments