File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
build_command : cd build-dir && make -j 1 install
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
submodules : recursive
30
30
fetch-depth : 0
39
39
run : ${{ github.workspace }}/artifacts/bin/webrtc_unit_test --log_level=all
40
40
41
41
- name : Upload artifacts
42
- uses : actions/upload-artifact@v3
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : artifacts_${{matrix.os}}
45
45
path : ${{ github.workspace }}/artifacts
Original file line number Diff line number Diff line change 39
39
name : Install Ninja
40
40
run : brew install ninja
41
41
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
submodules : recursive
45
45
fetch-depth : 0
Original file line number Diff line number Diff line change 15
15
id-token : write
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : recursive
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
- os : ubuntu-22.04
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
submodules : recursive
23
23
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments