16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Install build dependencies
22
22
env :
47
47
mv ./*.deb release
48
48
49
49
- name : Upload artifacts
50
- uses : actions/upload-artifact@v3
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : debian-latest
53
53
path : release
59
59
60
60
steps :
61
61
- name : Checkout code
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
64
64
- name : Install build dependencies
65
65
run : |
99
99
mv arch/*pkg.tar.zst{,.sig} release
100
100
101
101
- name : Upload artifacts
102
- uses : actions/upload-artifact@v3
102
+ uses : actions/upload-artifact@v4
103
103
with :
104
104
name : arch-latest
105
105
path : release
@@ -110,7 +110,7 @@ jobs:
110
110
container : registry.fedoraproject.org/fedora:39
111
111
steps :
112
112
- name : Checkout code
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
115
115
- name : Install build dependencies
116
116
run : |
@@ -138,7 +138,7 @@ jobs:
138
138
rpm --resign *.rpm --define "_gpg_name $GPG_KEY_ID"
139
139
140
140
- name : Upload artifacts
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@v4
142
142
with :
143
143
name : fedora-39-latest
144
144
path : fedora/out/noarch
@@ -149,7 +149,7 @@ jobs:
149
149
container : registry.fedoraproject.org/fedora:40
150
150
steps :
151
151
- name : Checkout code
152
- uses : actions/checkout@v3
152
+ uses : actions/checkout@v4
153
153
154
154
- name : Install build dependencies
155
155
run : |
@@ -177,7 +177,7 @@ jobs:
177
177
rpm --resign *.rpm --define "_gpg_name $GPG_KEY_ID"
178
178
179
179
- name : Upload artifacts
180
- uses : actions/upload-artifact@v3
180
+ uses : actions/upload-artifact@v4
181
181
with :
182
182
name : fedora-40-latest
183
183
path : fedora/out/noarch
@@ -188,7 +188,7 @@ jobs:
188
188
container : registry.fedoraproject.org/fedora:41
189
189
steps :
190
190
- name : Checkout code
191
- uses : actions/checkout@v3
191
+ uses : actions/checkout@v4
192
192
193
193
- name : Install build dependencies
194
194
run : |
@@ -216,7 +216,7 @@ jobs:
216
216
rpm --resign *.rpm --define "_gpg_name $GPG_KEY_ID"
217
217
218
218
- name : Upload artifacts
219
- uses : actions/upload-artifact@v3
219
+ uses : actions/upload-artifact@v4
220
220
with :
221
221
name : fedora-41-latest
222
222
path : fedora/out/noarch
@@ -227,31 +227,31 @@ jobs:
227
227
runs-on : ubuntu-latest
228
228
steps :
229
229
- name : Download Debian artifacts
230
- uses : actions/download-artifact@v3
230
+ uses : actions/download-artifact@v4
231
231
with :
232
232
name : debian-latest
233
233
path : debian-latest
234
234
235
235
- name : Download Arch Linux artifacts
236
- uses : actions/download-artifact@v3
236
+ uses : actions/download-artifact@v4
237
237
with :
238
238
name : arch-latest
239
239
path : arch-latest
240
240
241
241
- name : Download Fedora 39 artifacts
242
- uses : actions/download-artifact@v3
242
+ uses : actions/download-artifact@v4
243
243
with :
244
244
name : fedora-39-latest
245
245
path : fedora-39-latest
246
246
247
247
- name : Download Fedora 40 artifacts
248
- uses : actions/download-artifact@v3
248
+ uses : actions/download-artifact@v4
249
249
with :
250
250
name : fedora-40-latest
251
251
path : fedora-40-latest
252
252
253
253
- name : Download Fedora 41 artifacts
254
- uses : actions/download-artifact@v3
254
+ uses : actions/download-artifact@v4
255
255
with :
256
256
name : fedora-41-latest
257
257
path : fedora-41-latest
@@ -277,7 +277,7 @@ jobs:
277
277
apt-get install -y git
278
278
279
279
- name : Download artifacts
280
- uses : actions/download-artifact@v3
280
+ uses : actions/download-artifact@v4
281
281
with :
282
282
name : debian-latest
283
283
path : debian-latest
@@ -327,7 +327,7 @@ jobs:
327
327
run : pacman -Sy --noconfirm git
328
328
329
329
- name : Download artifacts
330
- uses : actions/download-artifact@v3
330
+ uses : actions/download-artifact@v4
331
331
with :
332
332
name : arch-latest
333
333
path : arch-latest
@@ -378,7 +378,7 @@ jobs:
378
378
dnf install -y git findutils
379
379
380
380
- name : Download artifacts
381
- uses : actions/download-artifact@v3
381
+ uses : actions/download-artifact@v4
382
382
with :
383
383
name : fedora-39-latest
384
384
path : fedora-39-latest
@@ -429,7 +429,7 @@ jobs:
429
429
dnf install -y git findutils
430
430
431
431
- name : Download artifacts
432
- uses : actions/download-artifact@v3
432
+ uses : actions/download-artifact@v4
433
433
with :
434
434
name : fedora-40-latest
435
435
path : fedora-40-latest
@@ -481,7 +481,7 @@ jobs:
481
481
dnf install -y git findutils
482
482
483
483
- name : Download artifacts
484
- uses : actions/download-artifact@v3
484
+ uses : actions/download-artifact@v4
485
485
with :
486
486
name : fedora-41-latest
487
487
path : fedora-41-latest
0 commit comments