97
97
- name : Create artifact
98
98
run : tar czf ~/wayland.tar.gz -C ${HOME}/wayland/ .
99
99
- name : Upload built libraries
100
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
102
name : wlroots-${{ matrix.wlroots-version }}
103
103
path : ~/wayland.tar.gz
@@ -124,15 +124,15 @@ jobs:
124
124
wlroots-version : master
125
125
steps :
126
126
- name : Download wayland libraries
127
- uses : actions/download-artifact@v3
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : wlroots-${{ matrix.wlroots-version }}
130
130
- name : Unpack wayland artifact
131
131
run : sudo tar xf wayland.tar.gz -C /
132
132
- name : Checkout repo
133
- uses : actions/checkout@v3
133
+ uses : actions/checkout@v4
134
134
- name : Setup Python
135
- uses : actions/setup-python@v4
135
+ uses : actions/setup-python@v5
136
136
with :
137
137
python-version : ${{ matrix.python-version }}
138
138
- name : Install dependencies
@@ -193,9 +193,9 @@ jobs:
193
193
python-version : " 3.10"
194
194
steps :
195
195
- name : Checkout repo
196
- uses : actions/checkout@v3
196
+ uses : actions/checkout@v4
197
197
- name : Setup Python
198
- uses : actions/setup-python@v4
198
+ uses : actions/setup-python@v5
199
199
with :
200
200
python-version : ${{ env.python-version }}
201
201
- name : Run ruff check
@@ -212,9 +212,9 @@ jobs:
212
212
sudo apt-get install -y --no-install-recommends \
213
213
libxkbcommon-dev \
214
214
- name : Checkout repo
215
- uses : actions/checkout@v3
215
+ uses : actions/checkout@v4
216
216
- name : Setup Python
217
- uses : actions/setup-python@v4
217
+ uses : actions/setup-python@v5
218
218
with :
219
219
python-version : ${{ env.python-version }}
220
220
- name : Install Python dependencies
@@ -234,9 +234,9 @@ jobs:
234
234
python-version : " 3.12"
235
235
steps :
236
236
- name : Checkout repo
237
- uses : actions/checkout@v3
237
+ uses : actions/checkout@v4
238
238
- name : Setup Python
239
- uses : actions/setup-python@v4
239
+ uses : actions/setup-python@v5
240
240
with :
241
241
python-version : ${{ env.python-version }}
242
242
- name : Install Python dependencies
@@ -253,7 +253,7 @@ jobs:
253
253
wlroots-version : " 0.17.4"
254
254
steps :
255
255
- name : Download wayland libraries
256
- uses : actions/download-artifact@v3
256
+ uses : actions/download-artifact@v4
257
257
with :
258
258
name : wlroots-${{ env.wlroots-version }}
259
259
- name : Unpack wayland artifact
@@ -264,9 +264,9 @@ jobs:
264
264
sudo apt-get install -y --no-install-recommends \
265
265
libxkbcommon-dev \
266
266
- name : Checkout repo
267
- uses : actions/checkout@v3
267
+ uses : actions/checkout@v4
268
268
- name : Setup Python
269
- uses : actions/setup-python@v4
269
+ uses : actions/setup-python@v5
270
270
with :
271
271
python-version : ${{ env.python-version }}
272
272
- name : Install Python dependencies
@@ -289,15 +289,15 @@ jobs:
289
289
wlroots-version : " 0.17.4"
290
290
steps :
291
291
- name : Download wayland libraries
292
- uses : actions/download-artifact@v3
292
+ uses : actions/download-artifact@v4
293
293
with :
294
294
name : wlroots-${{ env.wlroots-version }}
295
295
- name : Unpack wayland artifact
296
296
run : sudo tar xf wayland.tar.gz -C /
297
297
- name : Checkout repo
298
- uses : actions/checkout@v3
298
+ uses : actions/checkout@v4
299
299
- name : Setup Python
300
- uses : actions/setup-python@v4
300
+ uses : actions/setup-python@v5
301
301
with :
302
302
python-version : ${{ env.python-version }}
303
303
- name : Download and unpack Wlroots source
0 commit comments