From 520e827ba6383871e443f5608b36104cc0099407 Mon Sep 17 00:00:00 2001 From: Tianrun Qiu / Roderick Date: Tue, 17 Dec 2024 16:00:25 +0800 Subject: [PATCH] update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a73761..362c695 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs : run : npm run nsis - name : Build windows 7zip protable version run : npm run 7zip - - uses : actions/upload-artifact@v2 + - uses : actions/upload-artifact@v4 with : name: windows path : | @@ -36,7 +36,7 @@ jobs : run : yarn - name : Build macos version run : npm run mac - - uses : actions/upload-artifact@v2 + - uses : actions/upload-artifact@v4 with : name: macos path : |