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 dd942c7 commit cd992bbCopy full SHA for cd992bb
.github/workflows/build-firmware.yaml
@@ -16,7 +16,7 @@ jobs:
16
cd bootloader
17
make in-container
18
- name: Archive resulting bootloader
19
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
20
with:
21
name: jumpstarter-bootloader-dfu.bin
22
path: bootloader/dfu-bootloader.bin
@@ -36,7 +36,7 @@ jobs:
36
cd application
37
38
- name: Archive resulting application
39
40
41
name: jumpstarter-main.cab
42
path: application/jumpstarter*
0 commit comments