2626 (cd test/all && python3 run_all.py at --quick-remaining)
2727 - name : Upload log artifacts
2828 if : always()
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : avr-compile-all
3232 path : test/all/log
5252 (cd test/all && python3 run_all.py samd0 samd1 samd2 --quick-remaining)
5353 - name : Upload log artifacts
5454 if : always()
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : sam-compile-all
5858 path : test/all/log
7878 (cd test/all && python3 run_all.py samd5 same5 samg5 --quick-remaining)
7979 - name : Upload log artifacts
8080 if : always()
81- uses : actions/upload-artifact@v3
81+ uses : actions/upload-artifact@v4
8282 with :
8383 name : sam-compile-all
8484 path : test/all/log
@@ -104,7 +104,7 @@ jobs:
104104 (cd test/all && python3 run_all.py same7 sams7 samv7 --quick-remaining)
105105 - name : Upload log artifacts
106106 if : always()
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : sam-compile-all
110110 path : test/all/log
@@ -130,7 +130,7 @@ jobs:
130130 (cd test/all && python3 run_all.py stm32f0 --quick-remaining)
131131 - name : Upload log artifacts
132132 if : always()
133- uses : actions/upload-artifact@v3
133+ uses : actions/upload-artifact@v4
134134 with :
135135 name : stm32f0-compile-all
136136 path : test/all/log
@@ -156,7 +156,7 @@ jobs:
156156 (cd test/all && python3 run_all.py stm32f1 --quick-remaining)
157157 - name : Upload log artifacts
158158 if : always()
159- uses : actions/upload-artifact@v3
159+ uses : actions/upload-artifact@v4
160160 with :
161161 name : stm32f1-compile-all
162162 path : test/all/log
@@ -182,7 +182,7 @@ jobs:
182182 (cd test/all && python3 run_all.py stm32f2 --quick-remaining)
183183 - name : Upload log artifacts
184184 if : always()
185- uses : actions/upload-artifact@v3
185+ uses : actions/upload-artifact@v4
186186 with :
187187 name : stm32f2-compile-all
188188 path : test/all/log
@@ -208,7 +208,7 @@ jobs:
208208 (cd test/all && python3 run_all.py stm32f3 --quick-remaining)
209209 - name : Upload log artifacts
210210 if : always()
211- uses : actions/upload-artifact@v3
211+ uses : actions/upload-artifact@v4
212212 with :
213213 name : stm32f3-compile-all
214214 path : test/all/log
@@ -234,7 +234,7 @@ jobs:
234234 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 0)
235235 - name : Upload log artifacts
236236 if : always()
237- uses : actions/upload-artifact@v3
237+ uses : actions/upload-artifact@v4
238238 with :
239239 name : stm32f4-compile-all-1
240240 path : test/all/log
@@ -260,7 +260,7 @@ jobs:
260260 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 1)
261261 - name : Upload log artifacts
262262 if : always()
263- uses : actions/upload-artifact@v3
263+ uses : actions/upload-artifact@v4
264264 with :
265265 name : stm32f4-compile-all-2
266266 path : test/all/log
@@ -286,7 +286,7 @@ jobs:
286286 (cd test/all && python3 run_all.py stm32f4 --quick-remaining --split 3 --part 2)
287287 - name : Upload log artifacts
288288 if : always()
289- uses : actions/upload-artifact@v3
289+ uses : actions/upload-artifact@v4
290290 with :
291291 name : stm32f4-compile-all-3
292292 path : test/all/log
@@ -312,7 +312,7 @@ jobs:
312312 (cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 0)
313313 - name : Upload log artifacts
314314 if : always()
315- uses : actions/upload-artifact@v3
315+ uses : actions/upload-artifact@v4
316316 with :
317317 name : stm32f7-compile-all-1
318318 path : test/all/log
@@ -338,7 +338,7 @@ jobs:
338338 (cd test/all && python3 run_all.py stm32f7 --quick-remaining --split 2 --part 1)
339339 - name : Upload log artifacts
340340 if : always()
341- uses : actions/upload-artifact@v3
341+ uses : actions/upload-artifact@v4
342342 with :
343343 name : stm32f7-compile-all-2
344344 path : test/all/log
@@ -364,7 +364,7 @@ jobs:
364364 (cd test/all && python3 run_all.py stm32l0 --quick-remaining --split 2 --part 0)
365365 - name : Upload log artifacts
366366 if : always()
367- uses : actions/upload-artifact@v3
367+ uses : actions/upload-artifact@v4
368368 with :
369369 name : stm32l0-compile-all-1
370370 path : test/all/log
@@ -390,7 +390,7 @@ jobs:
390390 (cd test/all && python3 run_all.py stm32l0 --quick-remaining --split 2 --part 1)
391391 - name : Upload log artifacts
392392 if : always()
393- uses : actions/upload-artifact@v3
393+ uses : actions/upload-artifact@v4
394394 with :
395395 name : stm32l0-compile-all-2
396396 path : test/all/log
@@ -417,7 +417,7 @@ jobs:
417417 (cd test/all && python3 run_all.py stm32l1 --quick-remaining)
418418 - name : Upload log artifacts
419419 if : always()
420- uses : actions/upload-artifact@v3
420+ uses : actions/upload-artifact@v4
421421 with :
422422 name : stm32l1-compile-all
423423 path : test/all/log
@@ -443,7 +443,7 @@ jobs:
443443 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 0)
444444 - name : Upload log artifacts
445445 if : always()
446- uses : actions/upload-artifact@v3
446+ uses : actions/upload-artifact@v4
447447 with :
448448 name : stm32l4-compile-all-1
449449 path : test/all/log
@@ -469,7 +469,7 @@ jobs:
469469 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 1)
470470 - name : Upload log artifacts
471471 if : always()
472- uses : actions/upload-artifact@v3
472+ uses : actions/upload-artifact@v4
473473 with :
474474 name : stm32l4-compile-all-2
475475 path : test/all/log
@@ -495,7 +495,7 @@ jobs:
495495 (cd test/all && python3 run_all.py stm32l4 --quick-remaining --split 3 --part 2)
496496 - name : Upload log artifacts
497497 if : always()
498- uses : actions/upload-artifact@v3
498+ uses : actions/upload-artifact@v4
499499 with :
500500 name : stm32l4-compile-all-3
501501 path : test/all/log
@@ -521,7 +521,7 @@ jobs:
521521 (cd test/all && python3 run_all.py stm32l5 --quick-remaining)
522522 - name : Upload log artifacts
523523 if : always()
524- uses : actions/upload-artifact@v3
524+ uses : actions/upload-artifact@v4
525525 with :
526526 name : stm32l5-compile-all
527527 path : test/all/log
@@ -547,7 +547,7 @@ jobs:
547547 (cd test/all && python3 run_all.py stm32u5 --quick-remaining)
548548 - name : Upload log artifacts
549549 if : always()
550- uses : actions/upload-artifact@v3
550+ uses : actions/upload-artifact@v4
551551 with :
552552 name : stm32u5-compile-all
553553 path : test/all/log
@@ -573,7 +573,7 @@ jobs:
573573 (cd test/all && python3 run_all.py stm32g0 --quick-remaining --split 2 --part 0)
574574 - name : Upload log artifacts
575575 if : always()
576- uses : actions/upload-artifact@v3
576+ uses : actions/upload-artifact@v4
577577 with :
578578 name : stm32g0-compile-all-1
579579 path : test/all/log
@@ -599,7 +599,7 @@ jobs:
599599 (cd test/all && python3 run_all.py stm32g0 --quick-remaining --split 2 --part 1)
600600 - name : Upload log artifacts
601601 if : always()
602- uses : actions/upload-artifact@v3
602+ uses : actions/upload-artifact@v4
603603 with :
604604 name : stm32g0-compile-all-2
605605 path : test/all/log
@@ -625,7 +625,7 @@ jobs:
625625 (cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 0)
626626 - name : Upload log artifacts
627627 if : always()
628- uses : actions/upload-artifact@v3
628+ uses : actions/upload-artifact@v4
629629 with :
630630 name : stm32g4-compile-all-1
631631 path : test/all/log
@@ -651,7 +651,7 @@ jobs:
651651 (cd test/all && python3 run_all.py stm32g4 --quick-remaining --split 2 --part 1)
652652 - name : Upload log artifacts
653653 if : always()
654- uses : actions/upload-artifact@v3
654+ uses : actions/upload-artifact@v4
655655 with :
656656 name : stm32g4-compile-all-2
657657 path : test/all/log
@@ -677,7 +677,7 @@ jobs:
677677 (cd test/all && python3 run_all.py stm32h7 --quick-remaining --split 2 --part 0)
678678 - name : Upload log artifacts
679679 if : always()
680- uses : actions/upload-artifact@v3
680+ uses : actions/upload-artifact@v4
681681 with :
682682 name : stm32h7-compile-all-1
683683 path : test/all/log
@@ -703,7 +703,7 @@ jobs:
703703 (cd test/all && python3 run_all.py stm32h7 --quick-remaining --split 2 --part 1)
704704 - name : Upload log artifacts
705705 if : always()
706- uses : actions/upload-artifact@v3
706+ uses : actions/upload-artifact@v4
707707 with :
708708 name : stm32h7-compile-all-2
709709 path : test/all/log
0 commit comments