File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
submodules : ' true'
25
25
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
library_type : [static, shared]
19
- os : [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04 ]
19
+ os : [ubuntu-22.04, ubuntu-20.04]
20
20
21
21
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
22
22
# You can convert this to a matrix build if you need cross-platform coverage.
64
64
shell : bash
65
65
66
66
- name : Checkout
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
with :
69
69
submodules : ' true'
70
70
fetch-depth : 0
@@ -104,7 +104,7 @@ jobs:
104
104
working-directory : ${{github.workspace}}/_build/_package/
105
105
106
106
- name : Upload binaries
107
- uses : actions/upload-artifact@v3
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : ${{ env.PROJECT_NAME }}-${{ env.CMAKE_PROJECT_VERSION }}-${{ matrix.os }}-${{ env.package_postfix }}
110
110
path : ${{github.workspace}}/_build/_package/*.deb
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
- name : Checkout
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
submodules : ' true'
47
47
fetch-depth : 0
81
81
echo "CMAKE_PROJECT_VERSION=$cmake_project_version" >> "$Env:GITHUB_ENV"
82
82
83
83
- name : Upload binaries
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : ${{ env.PROJECT_NAME }}-${{ env.CMAKE_PROJECT_VERSION }}-windows-${{ matrix.build_arch }}-${{ env.VS_NAME }}-${{ matrix.library_type }}
87
87
path : ${{github.workspace}}/${{env.INSTALL_PREFIX}}
You can’t perform that action at this time.
0 commit comments