@@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout source code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3.12
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.12'
2323
7070 run.py
7171
7272 - name : Upload package
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v7
7474 with :
7575 name : win-pyinstaller
7676 path : dist/main.exe
@@ -81,10 +81,10 @@ jobs:
8181
8282 steps :
8383 - name : Checkout source code
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v6
8585
8686 - name : Set up Python 3.12
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : ' 3.12'
9090
@@ -108,7 +108,7 @@ jobs:
108108 disable-cache : true
109109
110110 - name : Upload package
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v7
112112 with :
113113 name : win-nuitka
114114 path : build/main.exe
@@ -119,10 +119,10 @@ jobs:
119119
120120 steps :
121121 - name : Checkout source code
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v6
123123
124124 - name : Set up Python 3.12
125- uses : actions/setup-python@v5
125+ uses : actions/setup-python@v6
126126 with :
127127 python-version : ' 3.12'
128128
@@ -181,7 +181,7 @@ jobs:
181181 zip -r9 checker.zip main.app/
182182
183183 - name : Upload package
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@v7
185185 with :
186186 name : mac-pyinstaller
187187 path : dist/checker.zip
@@ -193,7 +193,7 @@ jobs:
193193
194194 steps :
195195 - name : Download artifact
196- uses : actions/download-artifact@v4
196+ uses : actions/download-artifact@v8
197197
198198 - name : Organize artifacts
199199 run : |
0 commit comments