Revert "back to upload-artifact@v2"
Some checks failed
Build

This reverts commit 8bfa9fcc48.
This commit is contained in:
Marius Alwan Meyer 2023-04-10 21:18:31 +00:00
parent 8bfa9fcc48
commit 93aad50f66

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@v2
uses: https://github.com/actions/upload-artifact@v3
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@v2
uses: https://github.com/actions/upload-artifact@v3
with:
name: firmware
path: corne_right_nice_nano_v2.uf2