File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout source code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Python 3.11
20- uses : actions/setup-python@v3
20+ uses : actions/setup-python@v5
2121 with :
22- python-version : " 3.11"
22+ python-version : ' 3.11'
2323
2424 - name : Install dependencies
2525 run : |
3636 pyinstaller -i icons/icon.ico -F -w --clean --log-level WARN main.py
3737
3838 - name : Upload package
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : win
4242 path : dist/main.exe
@@ -47,12 +47,12 @@ jobs:
4747
4848 steps :
4949 - name : Checkout source code
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151
5252 - name : Set up Python 3.11
53- uses : actions/setup-python@v3
53+ uses : actions/setup-python@v5
5454 with :
55- python-version : " 3.11"
55+ python-version : ' 3.11'
5656
5757 - name : Install dependencies
5858 run : |
6666 zip -r9 checker.zip main.app/
6767
6868 - name : Upload package
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : mac
7272 path : dist/checker.zip
7878
7979 steps :
8080 - name : Download artifact
81- uses : actions/download-artifact@v3
81+ uses : actions/download-artifact@v4
8282
8383 - name : Remame artifacts
8484 run : |
You can’t perform that action at this time.
0 commit comments