We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805fee2 commit 00f07b7Copy full SHA for 00f07b7
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build
11
runs-on: ubuntu-22.04
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
15
- name: Install PlatformIO
16
run: |
@@ -67,7 +67,7 @@ jobs:
67
cp .pio/build/teensy41/firmware.hex build/teensy41_firmware.hex
68
69
- name: Upload Teensy Firmware
70
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
71
with:
72
name: teensy_firmware
73
path: build
0 commit comments