فهرست منبع

feat:增加工作流

cheng zhen 1 سال پیش
والد
کامیت
076c9c8f19
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.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