mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Merge pull request #465 from skot/fix_ci_warnings
This commit is contained in:
commit
6af8b87489
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '22.11.0'
|
||||
- name: Build web dist
|
||||
working-directory: ./main/http_server/axe-os
|
||||
run: |
|
||||
@ -32,17 +32,17 @@ jobs:
|
||||
- name: "Create factory/merged image"
|
||||
run: "./merge_bin.sh ./esp-miner-merged.bin"
|
||||
- name: upload esp-miner-merged.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner-factory.bin
|
||||
path: ./esp-miner-merged.bin
|
||||
- name: upload esp-miner.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner-ota.bin
|
||||
path: ./build/esp-miner.bin
|
||||
- name: upload www.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: www.bin
|
||||
path: ./build/www.bin
|
||||
|
8
.github/workflows/release-beta.yml
vendored
8
.github/workflows/release-beta.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '22.11.0'
|
||||
- name: Build web dist
|
||||
working-directory: ./main/http_server/axe-os
|
||||
run: |
|
||||
@ -36,17 +36,17 @@ jobs:
|
||||
- name: "Create factory/merged image"
|
||||
run: "./merge_bin.sh ./esp-miner-merged.bin"
|
||||
- name: upload esp-miner-merged.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner-factory.bin
|
||||
path: ./esp-miner-merged.bin
|
||||
- name: upload esp-miner.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner.bin
|
||||
path: ./build/esp-miner.bin
|
||||
- name: upload www.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: www.bin
|
||||
path: ./build/www.bin
|
||||
|
2
.github/workflows/release-factory-beta.yml
vendored
2
.github/workflows/release-factory-beta.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '22.11.0'
|
||||
- name: Build web dist
|
||||
working-directory: ./main/http_server/axe-os
|
||||
run: |
|
||||
|
2
.github/workflows/release-factory.yml
vendored
2
.github/workflows/release-factory.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '22.11.0'
|
||||
- name: Build web dist
|
||||
working-directory: ./main/http_server/axe-os
|
||||
run: |
|
||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '22.11.0'
|
||||
- name: Build web dist
|
||||
working-directory: ./main/http_server/axe-os
|
||||
run: |
|
||||
@ -36,17 +36,17 @@ jobs:
|
||||
- name: "Create factory/merged image"
|
||||
run: "./merge_bin.sh ./esp-miner-merged.bin"
|
||||
- name: upload esp-miner-merged.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner-factory.bin
|
||||
path: ./esp-miner-merged.bin
|
||||
- name: upload esp-miner.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: esp-miner.bin
|
||||
path: ./build/esp-miner.bin
|
||||
- name: upload www.bin
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: www.bin
|
||||
path: ./build/www.bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user