Commit 2ecb851 1 parent 2ffead7 commit 2ecb851 Copy full SHA for 2ecb851
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
CLANG_VERSION : 10
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Install clang-format
13
13
run : |
14
14
codename=$( lsb_release --codename --short )
30
30
git diff --exit-code | tee "clang-format.patch"
31
31
- name : Upload patch
32
32
if : failure() && steps.assert.outcome == 'failure'
33
- uses : actions/upload-artifact@v2
33
+ uses : actions/upload-artifact@v3
34
34
continue-on-error : true
35
35
with :
36
36
name : clang-format.patch
Original file line number Diff line number Diff line change 17
17
image : docker://rippleci/rippled-ci-builder:2944b78d22db
18
18
steps :
19
19
- name : checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : check environment
22
22
run : |
23
23
echo ${PATH} | tr ':' '\n'
Original file line number Diff line number Diff line change 8
8
env :
9
9
CLANG_VERSION : 10
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Check levelization
13
13
run : Builds/levelization/levelization.sh
14
14
- name : Check for differences
18
18
git diff --exit-code | tee "levelization.patch"
19
19
- name : Upload patch
20
20
if : failure() && steps.assert.outcome == 'failure'
21
- uses : actions/upload-artifact@v2
21
+ uses : actions/upload-artifact@v3
22
22
continue-on-error : true
23
23
with :
24
24
name : levelization.patch
Original file line number Diff line number Diff line change 83
83
with :
84
84
configuration : ${{ matrix.configuration }}
85
85
- name : upload archive
86
- uses : actions/upload-artifact@v4
86
+ uses : actions/upload-artifact@v3
87
87
with :
88
88
name : ${{ matrix.platform }}-${{ matrix.compiler }}-${{ matrix.configuration }}
89
89
path : conan.tar
@@ -112,7 +112,7 @@ jobs:
112
112
build_dir : .build
113
113
steps :
114
114
- name : download cache
115
- uses : actions/download-artifact@v4
115
+ uses : actions/download-artifact@v3
116
116
with :
117
117
name : ${{ matrix.platform }}-${{ matrix.compiler }}-${{ matrix.configuration }}
118
118
- name : extract cache
@@ -161,7 +161,7 @@ jobs:
161
161
build_dir : .build
162
162
steps :
163
163
- name : download cache
164
- uses : actions/download-artifact@v4
164
+ uses : actions/download-artifact@v3
165
165
with :
166
166
name : ${{ matrix.platform }}-${{ matrix.compiler }}-${{ matrix.configuration }}
167
167
- name : extract cache
@@ -201,7 +201,7 @@ jobs:
201
201
run : |
202
202
mv "${build_dir}/coverage.xml" ./
203
203
- name : archive coverage report
204
- uses : actions/upload-artifact@v4
204
+ uses : actions/upload-artifact@v3
205
205
with :
206
206
name : coverage.xml
207
207
path : coverage.xml
You can’t perform that action at this time.
0 commit comments