Change to newer upload-articatct verion v4
parent
75570a82ff
commit
89d3c6fc47
|
|
@ -58,7 +58,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
|
||||||
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3.1.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Coverage
|
name: Coverage
|
||||||
path: build/Coverage
|
path: build/Coverage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue