From 4c6e407b67fa0d435339cb3fa9e2d50a4dbfd604 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Sat, 9 Nov 2024 20:13:27 +0100 Subject: [PATCH] Fix CI warnings --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release-beta.yml | 8 ++++---- .github/workflows/release-factory-beta.yml | 2 +- .github/workflows/release-factory.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5556360..87abca7b 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 7838b32e..de0d9a40 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 fe082e37..44674362 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 39c28378..459214cc 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 54ccff42..e76f5fbd 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