File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : windows-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Setup
13
- uses : ilammy/msvc-dev-cmd@v1.12 .0
13
+ uses : ilammy/msvc-dev-cmd@v1.13 .0
14
14
with :
15
15
arch : x86
16
16
17
17
- name : Cache bin
18
18
id : cache-bin
19
- uses : actions/cache@v3
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : bin
22
22
key : ${{ runner.os }}-bin
@@ -40,19 +40,19 @@ jobs:
40
40
cp TrilogyChaosMod.SA.asi output_SA/TrilogyChaosMod.SA.asi
41
41
42
42
- name : Upload III
43
- uses : actions/upload-artifact@v1
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : " TrilogyChaosMod.III"
46
46
path : bin/output_III
47
47
48
48
- name : Upload VC
49
- uses : actions/upload-artifact@v1
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : " TrilogyChaosMod.VC"
52
52
path : bin/output_VC
53
53
54
54
- name : Upload SA
55
- uses : actions/upload-artifact@v1
55
+ uses : actions/upload-artifact@v4
56
56
with :
57
57
name : " TrilogyChaosMod.SA"
58
58
path : bin/output_SA
You can’t perform that action at this time.
0 commit comments