Update upload-atrifacts to version 4 as 3 is deprecated
This commit is contained in:
parent
e10c8d9c5a
commit
c21dc36507
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
if: ${{ !github.event.pull_request }}
|
if: ${{ !github.event.pull_request }}
|
||||||
uses: actions/upload-artifact@v3.1.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Firmware
|
name: Firmware
|
||||||
path: build/*.hex
|
path: build/*.hex
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue