@@ -103,7 +103,7 @@ jobs:
103103 ls /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions
104104 - name : Check boot_app0 file existence (esp32sx built from core, not-source)
105105 id : check_files
106- uses : andstor/file-existence-action@v2
106+ uses : andstor/file-existence-action@v3
107107 with :
108108 files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
109109 - name : boot_app0 file from arduino-cli core
@@ -298,7 +298,7 @@ jobs:
298298 mv examples/Wippersnapper_demo/build/*/Wippersnapper_demo.ino.partitions.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin
299299 - name : Check boot_app0 file existence (esp32 built from core, not-source)
300300 id : check_files
301- uses : andstor/file-existence-action@v2
301+ uses : andstor/file-existence-action@v3
302302 with :
303303 files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
304304 - name : boot_app0 file from arduino-cli core
@@ -687,7 +687,7 @@ jobs:
687687 mv examples/wippersnapper_debug/build/*/wippersnapper_debug.ino.partitions.bin wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.partitions.bin
688688 - name : Check boot_app0 file existence (esp32 built from core, not-source)
689689 id : check_files
690- uses : andstor/file-existence-action@v2
690+ uses : andstor/file-existence-action@v3
691691 with :
692692 files : " /home/runner/.arduino15/packages/esp32/hardware/esp32/*/tools/partitions/boot_app0.bin"
693693 - name : boot_app0 file from arduino-cli core
0 commit comments