There was an error while loading. Please reload this page.
1 parent 6dec45d commit 9dea10fCopy full SHA for 9dea10f
1 file changed
.github/workflows/pyinstaller.yml
@@ -13,11 +13,11 @@ jobs:
13
steps:
14
# 1. Checkout the repo
15
- name: Checkout repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
# 2. Set up Python
19
- name: Setup Python
20
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.11' # change if needed
23
@@ -36,7 +36,7 @@ jobs:
36
37
# 5. Upload the built executable as an artifact
38
- name: Upload Windows EXE
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
41
name: myapp-windows
42
path: dist/
0 commit comments