@@ -103,7 +103,7 @@ jobs:
103
103
ls /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions
104
104
- name : Check boot_app0 file existence (esp32sx built from core, not-source)
105
105
id : check_files
106
- uses : andstor/file-existence-action@v2
106
+ uses : andstor/file-existence-action@v3
107
107
with :
108
108
files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
109
109
- name : boot_app0 file from arduino-cli core
@@ -298,7 +298,7 @@ jobs:
298
298
mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.partitions.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin
299
299
- name : Check boot_app0 file existence (esp32 built from core, not-source)
300
300
id : check_files
301
- uses : andstor/file-existence-action@v2
301
+ uses : andstor/file-existence-action@v3
302
302
with :
303
303
files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
304
304
- name : boot_app0 file from arduino-cli core
@@ -687,7 +687,7 @@ jobs:
687
687
mv examples/wippersnapper_debug/build/*/wippersnapper_debug.ino.partitions.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin
688
688
- name : Check boot_app0 file existence (esp32 built from core, not-source)
689
689
id : check_files
690
- uses : andstor/file-existence-action@v2
690
+ uses : andstor/file-existence-action@v3
691
691
with :
692
692
files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
693
693
- name : boot_app0 file from arduino-cli core
0 commit comments