17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
- name : Prepare to Build Tensorflow Micropython Firmware for ESP32
22
22
run : |
23
23
git submodule init
41
41
echo "tflm-commit=$TFLM_COMMIT" >> $GITHUB_ENV
42
42
# - name: Cache esp-idf
43
43
# id: cache-esp-idf
44
- # uses: actions/cache@v2
44
+ # uses: actions/cache@v4
45
45
# env:
46
46
# cache-name: cache-esp-idf
47
47
# with:
53
53
source ./micropython/tools/ci.sh && ci_esp32_idf44_setup
54
54
- name : Cache tflm
55
55
id : cache-tflm
56
- uses : actions/cache@v2
56
+ uses : actions/cache@v4
57
57
env :
58
58
cache-name : cache-tflm
59
59
with :
98
98
../../../micropython/ports/esp32
99
99
100
100
- name : Archive ESP32-MICROLITE_S3 firmware
101
- uses : actions/upload-artifact@v2
101
+ uses : actions/upload-artifact@v4
102
102
with :
103
103
name : microlite-esp32s3-firmware
104
104
path : |
@@ -120,7 +120,7 @@ jobs:
120
120
../../../micropython/ports/esp32
121
121
122
122
- name : Archive ESP32-MICROLITE_S3_SPIRAM firmware
123
- uses : actions/upload-artifact@v2
123
+ uses : actions/upload-artifact@v4
124
124
with :
125
125
name : microlite-esp32s3-spiram-firmware
126
126
path : |
@@ -142,7 +142,7 @@ jobs:
142
142
../../../micropython/ports/esp32
143
143
144
144
- name : Archive ESP32-MICROLITE_S3_SPIRAM_CS_GPIO_20 firmware
145
- uses : actions/upload-artifact@v2
145
+ uses : actions/upload-artifact@v4
146
146
with :
147
147
name : microlite-esp32-s3-spiram-cs-gpio-20-firmware
148
148
path : |
@@ -164,7 +164,7 @@ jobs:
164
164
../../../micropython/ports/esp32
165
165
166
166
- name : Archive ESP32-MICROLITE_S3_SPIRAM_OCTAL firmware
167
- uses : actions/upload-artifact@v2
167
+ uses : actions/upload-artifact@v4
168
168
with :
169
169
name : microlite-esp32-s3-spiram-octal-firmware
170
170
path : |
0 commit comments