We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f30d53 + 2a94417 commit 2204c83Copy full SHA for 2204c83
.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@v4
+ uses: actions/upload-artifact@v5
16
with:
17
path: /usr/src/out/open_source/open_source.bin
0 commit comments