Skip to content

Commit cf7ab4a

Browse files
committed
⬆️ Bump esp to version 5.2 in ci
1 parent 7d22cd4 commit cf7ab4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
8989

9090
- name: Upload sketches report to workflow artifact
91-
uses: actions/upload-artifact@v2
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
9494
path: ${{ env.SKETCHES_REPORTS_PATH }}
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build WARDuino for ESP-IDF
113113
uses: espressif/esp-idf-ci-action@v1
114114
with:
115-
esp_idf_version: v5.1
115+
esp_idf_version: v5.2
116116
target: esp32
117117
command: idf.py build -DBUILD_ESP=ON
118118
path: .

0 commit comments

Comments
 (0)