Skip to content

Commit f32e7a2

Browse files
Update build_esp32s3.yml
1 parent 1a40990 commit f32e7a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_esp32s3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Prepare to Build Tensorflow Micropython Firmware for ESP32
2222
run: |
2323
git submodule init
@@ -41,7 +41,7 @@ jobs:
4141
echo "tflm-commit=$TFLM_COMMIT" >> $GITHUB_ENV
4242
# - name: Cache esp-idf
4343
# id: cache-esp-idf
44-
# uses: actions/cache@v2
44+
# uses: actions/cache@v4
4545
# env:
4646
# cache-name: cache-esp-idf
4747
# with:
@@ -53,7 +53,7 @@ jobs:
5353
source ./micropython/tools/ci.sh && ci_esp32_idf44_setup
5454
- name: Cache tflm
5555
id: cache-tflm
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
env:
5858
cache-name: cache-tflm
5959
with:
@@ -98,7 +98,7 @@ jobs:
9898
../../../micropython/ports/esp32
9999
100100
- name: Archive ESP32-MICROLITE_S3 firmware
101-
uses: actions/upload-artifact@v2
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: microlite-esp32s3-firmware
104104
path: |
@@ -120,7 +120,7 @@ jobs:
120120
../../../micropython/ports/esp32
121121
122122
- name: Archive ESP32-MICROLITE_S3_SPIRAM firmware
123-
uses: actions/upload-artifact@v2
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: microlite-esp32s3-spiram-firmware
126126
path: |
@@ -142,7 +142,7 @@ jobs:
142142
../../../micropython/ports/esp32
143143
144144
- name: Archive ESP32-MICROLITE_S3_SPIRAM_CS_GPIO_20 firmware
145-
uses: actions/upload-artifact@v2
145+
uses: actions/upload-artifact@v4
146146
with:
147147
name: microlite-esp32-s3-spiram-cs-gpio-20-firmware
148148
path: |
@@ -164,7 +164,7 @@ jobs:
164164
../../../micropython/ports/esp32
165165
166166
- name: Archive ESP32-MICROLITE_S3_SPIRAM_OCTAL firmware
167-
uses: actions/upload-artifact@v2
167+
uses: actions/upload-artifact@v4
168168
with:
169169
name: microlite-esp32-s3-spiram-octal-firmware
170170
path: |

0 commit comments

Comments
 (0)