We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7facfe9 + 2cb04b7 commit 42451f7Copy full SHA for 42451f7
.github/workflows/build-firmware.yml
@@ -12,6 +12,6 @@ jobs:
12
run: cd /usr/src/ && ./build.sh || cat /usr/src/log.txt
13
14
- name: Archive produced firmware
15
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
16
with:
17
path: /usr/src/out/open_source/open_source.bin
0 commit comments