File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.9'
20
20
41
41
path : .
42
42
43
43
- name : Upload artifact
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : ForceBindIPGUI
47
47
path : dist/windows/ForceBindIP-GUI.exe
52
52
53
53
steps :
54
54
- name : Download artifact
55
- uses : actions/download-artifact@v3
55
+ uses : actions/download-artifact@v4
56
56
with :
57
57
name : ForceBindIPGUI
58
58
path : ./dist
76
76
files-folder-filter : exe
77
77
78
78
- name : Upload artifact
79
- uses : actions/upload-artifact@v3
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : ForceBindIPGUI
82
82
path : ./dist/ForceBindIP-GUI.exe
@@ -89,14 +89,14 @@ jobs:
89
89
90
90
steps :
91
91
- name : Checkout
92
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v4
93
93
94
94
- name : Get short SHA
95
95
id : get_short_sha
96
96
run : echo "short_sha=$(echo ${{ github.sha }} | cut -c1-10)" >> $GITHUB_ENV
97
97
98
98
- name : Download artifact
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
101
name : ForceBindIPGUI
102
102
path : ./dist
You can’t perform that action at this time.
0 commit comments