back to upload-artifact@v2
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-10 21:00:57 +00:00
parent 154662d4cf
commit 8bfa9fcc48

View File

@ -47,7 +47,7 @@ jobs:
- name: Rename zmk.uf2
run: cp build/zephyr/zmk.uf2 corne_left_nice_nano_v2.uf2
- name: Archive (Corne Left)
uses: https://github.com/actions/upload-artifact@v3
uses: https://github.com/actions/upload-artifact@v2
with:
name: firmware
path: corne_left_nice_nano_v2.uf2
@ -59,7 +59,7 @@ jobs:
- name: Rename zmk.uf2
run: cp build/zephyr/zmk.uf2 corne_right_nice_nano_v2.uf2
- name: Archive (Corne Right)
uses: https://github.com/actions/upload-artifact@v3
uses: https://github.com/actions/upload-artifact@v2
with:
name: firmware
path: corne_right_nice_nano_v2.uf2