From 076c9c8f19be113edbdf31f2c0bc10eaaac010d2 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Sun, 29 Dec 2024 10:42:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce7a206..7fc5bed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: pyinstaller CursorKeepAlive.spec - name: Upload Windows artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: CursorPro-Windows path: dist/CursorPro.exe @@ -54,7 +54,7 @@ jobs: pyinstaller CursorKeepAlive.spec - name: Upload MacOS artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: CursorPro-MacOS path: dist/CursorPro \ No newline at end of file