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 15
15
ubuntu-build :
16
16
runs-on : ubuntu-20.04
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- name : prep
20
20
run : |
21
21
sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl wget
38
38
- name : ssl file list
39
39
run : rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
40
40
- name : save artifact
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v3
42
42
with :
43
43
name : ubuntu-bin
44
44
path : |
53
53
macos-build :
54
54
runs-on : macos-latest
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
- name : prep
58
58
run : |
59
59
brew install automake openssl xxhash zstd lz4 wget
73
73
- name : ssl file list
74
74
run : rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
75
75
- name : save artifact
76
- uses : actions/upload-artifact@v2
76
+ uses : actions/upload-artifact@v3
77
77
with :
78
78
name : macos-bin
79
79
path : |
89
89
runs-on : windows-2022
90
90
if : (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
91
91
steps :
92
- - uses : actions/checkout@v2
92
+ - uses : actions/checkout@v3
93
93
- name : cygwin
94
94
run : choco install -y --no-progress cygwin cyg-get
95
95
- name : prep
@@ -112,7 +112,7 @@ jobs:
112
112
- name : ssl file list
113
113
run : bash -c 'PATH="/usr/local/bin:$PATH" rsync-ssl --no-motd download.samba.org::rsyncftp/ || true'
114
114
- name : save artifact
115
- uses : actions/upload-artifact@v2
115
+ uses : actions/upload-artifact@v3
116
116
with :
117
117
name : cygwin-bin
118
118
path : |
You can’t perform that action at this time.
0 commit comments