소스 검색

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