Skip to content

Commit cd992bb

Browse files
committed
Update github upload-artifact
1 parent dd942c7 commit cd992bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-firmware.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cd bootloader
1717
make in-container
1818
- name: Archive resulting bootloader
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: jumpstarter-bootloader-dfu.bin
2222
path: bootloader/dfu-bootloader.bin
@@ -36,7 +36,7 @@ jobs:
3636
cd application
3737
make in-container
3838
- name: Archive resulting application
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: jumpstarter-main.cab
4242
path: application/jumpstarter*

0 commit comments

Comments
 (0)