File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 pyinstaller --onefile installer.py
3131 move dist/installer.exe dist/installer-win.exe
3232 - name : Upload Artifact
33- uses : actions/upload-artifact@v3
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : installer-win.exe
3636 path : dist/installer-win.exe
5959 pyinstaller --onefile installer.py
6060 mv dist/installer dist/installer-mac
6161 - name : Upload Artifact
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : installer-mac
6565 path : dist/installer-mac
@@ -89,12 +89,12 @@ jobs:
8989 pyinstaller --onefile installer.py
9090 mv dist/installer dist/installer-ubuntu
9191 - name : Download Windows Asset
92- uses : actions/download-artifact@v3
92+ uses : actions/download-artifact@v4
9393 with :
9494 name : installer-win.exe
9595 path : dist/
9696 - name : Download Mac Asset
97- uses : actions/download-artifact@v3
97+ uses : actions/download-artifact@v4
9898 with :
9999 name : installer-mac
100100 path : dist/
You can’t perform that action at this time.
0 commit comments