diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d555636..87abca7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 7838b32..de0d9a4 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -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 diff --git a/.github/workflows/release-factory-beta.yml b/.github/workflows/release-factory-beta.yml index fe082e3..4467436 100644 --- a/.github/workflows/release-factory-beta.yml +++ b/.github/workflows/release-factory-beta.yml @@ -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: | diff --git a/.github/workflows/release-factory.yml b/.github/workflows/release-factory.yml index 39c2837..459214c 100644 --- a/.github/workflows/release-factory.yml +++ b/.github/workflows/release-factory.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54ccff4..e76f5fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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