@@ -124,7 +124,7 @@ jobs:
124124 0x10000 build/m5stack.esp32.m5stack_stickc_plus2/OneButton.ino.bin
125125
126126 - name : Upload OneButton firmware
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 path : M5StickCPlus2/EXamples/OneButton-main/OneButton/OneButton-${{ steps.version.outputs.version }}.M5StickCPlus2.bin
130130 name : OneButton.M5StickCPlus2
@@ -217,7 +217,7 @@ jobs:
217217 tree
218218
219219 - name : Upload UserDemo.M5StickCPlus2 firmware
220- uses : actions/upload-artifact@v4
220+ uses : actions/upload-artifact@v5
221221 with :
222222 path : M5StickCPlus2-UserDemo/UserDemo-${{ steps.version.outputs.version }}.M5StickCPlus2.bin
223223 name : UserDemo.M5StickCPlus2
@@ -288,7 +288,7 @@ jobs:
288288 tree
289289
290290 - name : Upload UserDemo.M5Cardputer firmware
291- uses : actions/upload-artifact@v4
291+ uses : actions/upload-artifact@v5
292292 with :
293293 path : UserDemo-${{ steps.version.outputs.version }}.M5Cardputer.bin
294294 name : UserDemo.M5Cardputer
@@ -368,7 +368,7 @@ jobs:
368368 0x10000 build/m5stack.esp32.m5stack_cardputer/M5CardRemote.ino.bin
369369
370370 - name : Upload M5CardRemote firmware
371- uses : actions/upload-artifact@v4
371+ uses : actions/upload-artifact@v5
372372 with :
373373 path : M5CardRemote/M5CardRemote/M5CardRemote-${{ steps.version.outputs.version }}.M5Cardputer.bin
374374 name : M5CardRemote.M5Cardputer
@@ -448,7 +448,7 @@ jobs:
448448 0x10000 build/m5stack.esp32.m5stack_cardputer/Resistor.ino.bin
449449
450450 - name : Upload Resistor firmware
451- uses : actions/upload-artifact@v4
451+ uses : actions/upload-artifact@v5
452452 with :
453453 path : Cardputer/Resistor/Resistor-${{ steps.version.outputs.version }}.M5Cardputer.bin
454454 name : Resistor.M5Cardputer
@@ -527,7 +527,7 @@ jobs:
527527 tree
528528
529529 - name : Upload M5Launcher firmware
530- uses : actions/upload-artifact@v4
530+ uses : actions/upload-artifact@v5
531531 with :
532532 path : M5Stick-Launcher/M5Stick-Launcher-${{ steps.version.outputs.version }}.M5Cardputer.bin
533533 name : M5Launcher.M5Cardputer
@@ -607,7 +607,7 @@ jobs:
607607 0x10000 build/m5stack.esp32.m5stack_cardputer/gb_cardputer.ino.bin
608608
609609 - name : Upload GameBoy Cardputer firmware
610- uses : actions/upload-artifact@v4
610+ uses : actions/upload-artifact@v5
611611 with :
612612 path : gb_cardputer/GameBoy-${{ steps.version.outputs.version }}.M5Cardputer.bin
613613 name : GameBoy.M5Cardputer
@@ -687,7 +687,7 @@ jobs:
687687 0x10000 build/m5stack.esp32.m5stack_stickc_plus2/evilClock.ino.bin
688688
689689 - name : Upload Evil Clock firmware
690- uses : actions/upload-artifact@v4
690+ uses : actions/upload-artifact@v5
691691 with :
692692 path : evilClock/evilClock/EvilClock-${{ steps.version.outputs.version }}.M5StickCPlus2.bin
693693 name : EvilClock.M5StickCPlus2
@@ -781,7 +781,7 @@ jobs:
781781 0x10000 build/m5stack.esp32.m5stack_cardputer/Evil-Cardputer.ino.bin
782782
783783 - name : Upload Evil Cardputer firmware
784- uses : actions/upload-artifact@v4
784+ uses : actions/upload-artifact@v5
785785 with :
786786 path : Evil-M5Core2/Evil-Cardputer/Evil-Cardputer-${{ steps.version.outputs.version }}.bin
787787 name : Evil-Cardputer
@@ -813,7 +813,7 @@ jobs:
813813
814814 echo "version=${version}" > $GITHUB_OUTPUT
815815
816- - uses : actions/download-artifact@v4
816+ - uses : actions/download-artifact@v6
817817 with :
818818 merge-multiple : true
819819
0 commit comments