mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +00:00
Use newer artifact action
This commit is contained in:
parent
76787863f1
commit
bfcf825635
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile-sketch.yml
vendored
2
.github/workflows/compile-sketch.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Build PlatformIO Project
|
- name: Build PlatformIO Project
|
||||||
run: cd firmware && pio run
|
run: cd firmware && pio run
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: firmware/.pio/build/*/firmware.uf2
|
path: firmware/.pio/build/*/firmware.uf2
|
Loading…
Reference in a new issue