mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Update build actions to Node.js 20
This commit is contained in:
parent
91b347c8d1
commit
2038cce050
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e ${{ matrix.environment.env }}
|
||||
- name: Upload output file
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.environment.out }}
|
||||
path: build_output/firmware/*.bin
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Run PlatformIO
|
||||
run: pio run -e m5stack-core2
|
||||
- name: Upload output file
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: openHASP firmware.zip
|
||||
path: build_output/firmware/*.bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user