File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
mingw-w64 binutils-mingw-w64 g++-mingw-w64 gcc-multilib
25
25
26
26
- name : Check out code into the Go module directory
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Git Fetch Tags
30
30
run : git fetch --prune --unshallow --tags -f
38
38
run : export PATH=/home/runner/go/bin/:$PATH && make linux
39
39
40
40
- name : Linux Artifacts
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : linux
44
44
path : ./sliver-*
51
51
export PATH=/home/runner/go/bin/:$PATH && make windows
52
52
53
53
- name : Windows Artifacts
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : windows
57
57
path : ./sliver-*
71
71
run : brew install mingw-w64
72
72
73
73
- name : Check out code into the Go module directory
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
76
76
- name : Git Fetch Tags
77
77
run : git fetch --prune --unshallow --tags -f
90
90
run : make macos-arm64
91
91
92
92
- name : MacOS Artifacts
93
- uses : actions/upload-artifact@v3
93
+ uses : actions/upload-artifact@v4
94
94
with :
95
95
name : macos
96
96
path : ./sliver-*
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
steps :
107
107
- run : mkdir -p ./builds
108
- - uses : actions/download-artifact@v3
108
+ - uses : actions/download-artifact@v4
109
109
with :
110
110
path : ./builds
111
111
You can’t perform that action at this time.
0 commit comments