We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34eb64d commit 4473825Copy full SHA for 4473825
.github/workflows/main.yml
@@ -30,12 +30,12 @@ jobs:
30
platformio update
31
32
- name: Check out the Release
33
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
34
35
- name: Run PlatformIO for ${{ matrix.test-platform }}
36
run: platformio run -e ${{ matrix.test-platform }}
37
38
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
39
with:
40
name: ${{ env.name }}
41
path: .pio/build/esp32dev/firmware.bin
.pio/libdeps/esp32dev/integrity.dat
@@ -0,0 +1,2 @@
1
+esp_adc
2
+libscpi
0 commit comments