Skip to content

Commit 9dea10f

Browse files
committed
update version github actions
1 parent 6dec45d commit 9dea10f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyinstaller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
# 1. Checkout the repo
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
# 2. Set up Python
1919
- name: Setup Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.11' # change if needed
2323

@@ -36,7 +36,7 @@ jobs:
3636
3737
# 5. Upload the built executable as an artifact
3838
- name: Upload Windows EXE
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: myapp-windows
4242
path: dist/

0 commit comments

Comments
 (0)