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 94
94
- uses : actions/checkout@v5
95
95
96
96
- name : Download Artifacts
97
- uses : actions/download-artifact@v4
97
+ uses : actions/download-artifact@v5
98
98
with :
99
99
name : dist
100
100
@@ -175,7 +175,7 @@ jobs:
175
175
submodules : true
176
176
177
177
- name : Download Dist
178
- uses : actions/download-artifact@v4
178
+ uses : actions/download-artifact@v5
179
179
with :
180
180
name : dist
181
181
@@ -278,7 +278,7 @@ jobs:
278
278
submodules : true
279
279
280
280
- name : Download Dist
281
- uses : actions/download-artifact@v4
281
+ uses : actions/download-artifact@v5
282
282
with :
283
283
name : dist
284
284
@@ -533,7 +533,7 @@ jobs:
533
533
runs-on : ubuntu-24.04
534
534
steps :
535
535
- name : Download Executables
536
- uses : actions/download-artifact@v4
536
+ uses : actions/download-artifact@v5
537
537
with :
538
538
pattern : exe-*
539
539
path : ./exe/
@@ -545,7 +545,7 @@ jobs:
545
545
chmod +x -R ./exe/
546
546
547
547
- name : Download Dist
548
- uses : actions/download-artifact@v4
548
+ uses : actions/download-artifact@v5
549
549
with :
550
550
name : dist
551
551
path : dist/
You can’t perform that action at this time.
0 commit comments