File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
with :
24
24
submodules : ' true'
25
25
fetch-depth : 0
Original file line number Diff line number Diff line change 35
35
fi
36
36
37
37
- name : Checkout
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
with :
40
40
submodules : ' true'
41
41
fetch-depth : 0
61
61
working-directory : ${{ github.workspace }}/_build
62
62
63
63
- name : Upload binaries
64
- uses : actions/upload-artifact@v2
64
+ uses : actions/upload-artifact@v3
65
65
with :
66
66
name : fineftp-server-${{ matrix.os }}-${{ env.package_postfix }}
67
67
path : ${{github.workspace}}/_build/_package/*.deb
Original file line number Diff line number Diff line change 37
37
}
38
38
39
39
- name : Checkout
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
with :
42
42
submodules : ' true'
43
43
fetch-depth : 0
72
72
cmake --build ${{github.workspace}}/_build --config Debug --parallel
73
73
cmake --build ${{github.workspace}}/_build --config Debug --target INSTALL
74
74
- name : Upload binaries
75
- uses : actions/upload-artifact@v2
75
+ uses : actions/upload-artifact@v3
76
76
with :
77
77
name : fineftp-server-win64-${{ matrix.library_type }}
78
78
path : ${{github.workspace}}/${{env.INSTALL_PREFIX}}
You can’t perform that action at this time.
0 commit comments