mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +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
|
||||
run: cd firmware && pio run
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: firmware
|
||||
path: firmware/.pio/build/*/firmware.uf2
|
Loading…
Reference in a new issue