Update windows-build.yml

updated upload-artifacts to v4.
This commit is contained in:
deepend-tildeclub
2026-01-08 23:00:36 -07:00
committed by GitHub
parent 777571e681
commit 590d0c50f1

View File

@@ -1,4 +1,5 @@
name: Windows Build name: Windows Build
on: on:
push: push:
branches: branches:
@@ -22,7 +23,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Install Dependencies - name: Install Dependencies
run: | run: |
@@ -64,12 +65,12 @@ jobs:
move ..\zoitechat-build .\ move ..\zoitechat-build .\
shell: cmd shell: cmd
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: Installer ${{ matrix.arch }} name: Installer ${{ matrix.arch }}
path: ZoiteChat*.exe path: ZoiteChat*.exe
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: Build Files ${{ matrix.arch }} name: Build Files ${{ matrix.arch }}
path: zoitechat-build path: zoitechat-build