File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Get Tag Name
23
23
uses :
little-core-labs/[email protected]
42
42
mkdir -p build/bin
43
43
PREFIX=build make install
44
44
45
- - uses : actions/upload-artifact@v1
45
+ - uses : actions/upload-artifact@v3
46
46
with :
47
47
name : ${{ env.linux_artifact }}
48
48
path : build/bin
52
52
runs-on : macos-latest
53
53
steps :
54
54
- name : Checkout Code
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v4
56
56
57
57
- name : Get Tag Name
58
58
uses :
little-core-labs/[email protected]
74
74
mkdir -p build/bin
75
75
PREFIX=build make install
76
76
77
- - uses : actions/upload-artifact@v1
77
+ - uses : actions/upload-artifact@v3
78
78
with :
79
79
name : ${{ env.macos_artifact }}
80
80
path : build/bin
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Checkout Code
87
- uses : actions/checkout@v2
87
+ uses : actions/checkout@v4
88
88
89
89
- name : Get Tag Name
90
90
uses :
little-core-labs/[email protected]
@@ -109,7 +109,7 @@ jobs:
109
109
mkdir -p build/bin
110
110
./dockcross-windows-x64 make install STATIC=true EXE=true PREFIX=build
111
111
112
- - uses : actions/upload-artifact@v1
112
+ - uses : actions/upload-artifact@v3
113
113
with :
114
114
name : ${{ env.windows_artifact }}
115
115
path : build/bin
Original file line number Diff line number Diff line change 7
7
name : Linux
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- name : System Setup
12
12
shell : bash
13
13
run : |
22
22
name : macOS
23
23
runs-on : macos-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
- name : System Setup
27
27
shell : bash
28
28
run : brew install curl
35
35
name : Windows
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
39
39
- name : System Setup
40
40
shell : bash
41
41
run : |
You can’t perform that action at this time.
0 commit comments