Skip to content

Commit 00f07b7

Browse files
committed
Update github actions
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 805fee2 commit 00f07b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414

1515
- name: Install PlatformIO
1616
run: |
@@ -67,7 +67,7 @@ jobs:
6767
cp .pio/build/teensy41/firmware.hex build/teensy41_firmware.hex
6868
6969
- name: Upload Teensy Firmware
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: teensy_firmware
7373
path: build

0 commit comments

Comments
 (0)