We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993e68 commit ed27fd6Copy full SHA for ed27fd6
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pyinstaller --onefile --clean --noconsole --distpath dist src/python/rag.py
28
29
- name: Upload EXE artifact
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: rag.exe
33
path: dist/rag.exe
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v4
40
41
- name: Download EXE artifact
42
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
43
44
45
path: dist # 下载到 dist 目录
0 commit comments