Skip to content

Commit 4473825

Browse files
committed
Actions v4
1 parent 34eb64d commit 4473825

File tree

3 files changed

+2025
-2
lines changed

3 files changed

+2025
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
platformio update
3131
3232
- name: Check out the Release
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434

3535
- name: Run PlatformIO for ${{ matrix.test-platform }}
3636
run: platformio run -e ${{ matrix.test-platform }}
3737

38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: ${{ env.name }}
4141
path: .pio/build/esp32dev/firmware.bin

.pio/libdeps/esp32dev/integrity.dat

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
esp_adc
2+
libscpi

0 commit comments

Comments
 (0)