From 563db08d1fd6c071ed9612a6cb28b8b7eb37fbca Mon Sep 17 00:00:00 2001 From: Alex Ant Date: Tue, 3 Jun 2025 12:52:25 +0500 Subject: [PATCH] update --- .github/workflows/electron-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index e19e46a..be610af 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 @@ -47,7 +47,7 @@ jobs: - name: Upload artifacts (fallback) if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: electron-${{ matrix.os }}-${{ github.ref_name }} path: dist/electron/**/*