18
18
fail-fast : false
19
19
matrix :
20
20
include :
21
- - name : centos-stream-8
22
- shortcut : cs8
23
- container-name : el8stream
24
21
- name : centos-stream-9
25
- shortcut : cs9
22
+ shortcut : c9s
26
23
container-name : el9stream
27
24
28
25
name : ${{ matrix.name }}
37
34
- name : Prepare build environment
38
35
run : |
39
36
# Install oVirt repositories
40
- dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-8
37
+ dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
41
38
dnf install -y ovirt-release-master
42
39
43
40
- name : Install required packages
82
79
directory : ${{ env.ARTIFACTS_DIR }}
83
80
84
81
- name : Checkout target repository
85
- if : ${{ matrix.shortcut == 'cs9 ' }}
86
- uses : actions/checkout@v2
82
+ if : ${{ matrix.shortcut == 'c9s ' }}
83
+ uses : actions/checkout@v4
87
84
with :
88
85
path : ovirt-engine-sdk
89
86
ref : ' gh-pages'
@@ -110,7 +107,7 @@ jobs:
110
107
libgnutls28-dev
111
108
112
109
- name : Checkout sources
113
- uses : actions/checkout@v2
110
+ uses : actions/checkout@v4
114
111
115
112
- name : Install pip2.7
116
113
# This step installs pip2.7, which will be needed later
@@ -142,7 +139,7 @@ jobs:
142
139
run : pdoc ovirtsdk4 --html --html-dir=html
143
140
144
141
- name : Upload generated documentation artifacts
145
- uses : actions/upload-artifact@v2
142
+ uses : actions/upload-artifact@v4
146
143
with :
147
144
name : generated-documentation
148
145
path : ${{ env.GEN_DOC_DIR }}/*
@@ -157,7 +154,7 @@ jobs:
157
154
image : quay.io/centos/centos:stream9
158
155
steps :
159
156
- name : Download generated documentation artifacts
160
- uses : actions/download-artifact@v2
157
+ uses : actions/download-artifact@v4
161
158
with :
162
159
name : generated-documentation
163
160
path : ${{ env.GEN_DOC_DIR }}
@@ -176,7 +173,7 @@ jobs:
176
173
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
177
174
178
175
- name : Checkout target repository
179
- uses : actions/checkout@v2
176
+ uses : actions/checkout@v4
180
177
with :
181
178
path : ovirt-engine-sdk
182
179
ref : ' gh-pages'
0 commit comments