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 9494 - uses : actions/checkout@v5
9595
9696 - name : Download Artifacts
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v5
9898 with :
9999 name : dist
100100
@@ -175,7 +175,7 @@ jobs:
175175 submodules : true
176176
177177 - name : Download Dist
178- uses : actions/download-artifact@v4
178+ uses : actions/download-artifact@v5
179179 with :
180180 name : dist
181181
@@ -278,7 +278,7 @@ jobs:
278278 submodules : true
279279
280280 - name : Download Dist
281- uses : actions/download-artifact@v4
281+ uses : actions/download-artifact@v5
282282 with :
283283 name : dist
284284
@@ -533,7 +533,7 @@ jobs:
533533 runs-on : ubuntu-24.04
534534 steps :
535535 - name : Download Executables
536- uses : actions/download-artifact@v4
536+ uses : actions/download-artifact@v5
537537 with :
538538 pattern : exe-*
539539 path : ./exe/
@@ -545,7 +545,7 @@ jobs:
545545 chmod +x -R ./exe/
546546
547547 - name : Download Dist
548- uses : actions/download-artifact@v4
548+ uses : actions/download-artifact@v5
549549 with :
550550 name : dist
551551 path : dist/
You can’t perform that action at this time.
0 commit comments