diff --git a/.github/workflows/electron-ubuntu.yml b/.github/workflows/electron-ubuntu.yml index b011463..b19e808 100644 --- a/.github/workflows/electron-ubuntu.yml +++ b/.github/workflows/electron-ubuntu.yml @@ -18,7 +18,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 with: fetch-depth: 1 - uses: actions-rs/toolchain@v1 @@ -27,7 +27,7 @@ jobs: override: true components: rustfmt - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 20.x - name: Setup cmake @@ -35,7 +35,7 @@ jobs: with: cmake-version: "latest" - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v3 - name: Use cmake run: cmake --version - name: Use protoc @@ -52,13 +52,13 @@ jobs: run: | mv dist/zingo_pc_${{ env.VERSION }}_amd64.deb dist/Zingo_pc_${{ env.VERSION }}_amd64.deb - name: Upload artifacts-deb - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: contains(matrix.os, 'ubuntu') with: name: ${{ matrix.os }} path: dist/Zingo_pc_${{ env.VERSION }}_amd64.deb - name: Upload artifacts-AppImage - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: contains(matrix.os, 'ubuntu') with: name: ${{ matrix.os }}