Skip to content

Commit e99fd53

Browse files
Update GitHub Artifact Actions
1 parent 58a5026 commit e99fd53

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/build_release_firmwares.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/compile_demo_arduino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tree
4444
4545
- name: Upload firmware
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
path: demo_arduino/demo.ino.bin
4949
name: demo.og
@@ -107,7 +107,7 @@ jobs:
107107
# TODO: Validate
108108

109109
- name: Upload firmware
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
path: demo_arduino/demo.bin
113113
name: demo

.github/workflows/compile_demo_esp_idf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
tree
7474
7575
- name: Upload firmware
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
path: demo_esp_idf/Demo.ESP_IDF.bin
7979
name: Demo.ESP_IDF

.github/workflows/compile_demo_platfromio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# TODO: Validate
5959

6060
- name: Upload firmware
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
path: .pio/build/esp32dev/firmware.bin
6464
name: demo.pio

.github/workflows/compile_demo_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tree
5353
5454
- name: Upload firmware
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
path: demo_rust/target/xtensa-esp32-espidf/release/demo_rust
5858
name: demo_rust

0 commit comments

Comments
 (0)