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 @@ -246,7 +246,7 @@ jobs:
246246 - name : Fetch sources
247247 uses : actions/checkout@v4
248248 - name : Download package
249- uses : actions/download-artifact@v3
249+ uses : actions/download-artifact@v4
250250 with :
251251 name : dist-packages
252252 path : dist
@@ -386,7 +386,7 @@ jobs:
386386 runs-on : ubuntu-20.04
387387 steps :
388388 - name : Download distribution files
389- uses : actions/download-artifact@v3
389+ uses : actions/download-artifact@v4
390390 with :
391391 name : dist-packages
392392 path : dist
@@ -432,7 +432,7 @@ jobs:
432432 id-token : write
433433 steps :
434434 - name : Download distribution files
435- uses : actions/download-artifact@v3
435+ uses : actions/download-artifact@v4
436436 with :
437437 name : dist-packages
438438 path : dist
You can’t perform that action at this time.
0 commit comments