File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 46
46
runs-on : ${{ matrix.os }}
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
51
51
- name : Set GitHub vars
52
52
id : github
95
95
- uses : sigstore/cosign-installer@v3
96
96
97
97
- name : Checkout
98
- uses : actions/checkout@v4
98
+ uses : actions/checkout@v5
99
99
100
100
- name : Set GitHub vars
101
101
id : github
@@ -111,13 +111,13 @@ jobs:
111
111
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
112
112
113
113
- name : Download aarch64 packages
114
- uses : actions/download-artifact@v4
114
+ uses : actions/download-artifact@v5
115
115
with :
116
116
name : packages-aarch64
117
117
path : ${{ github.workspace }}/packages/aarch64
118
118
119
119
- name : Download x86_64 packages
120
- uses : actions/download-artifact@v4
120
+ uses : actions/download-artifact@v5
121
121
with :
122
122
name : packages-x86_64
123
123
path : ${{ github.workspace }}/packages/x86_64
@@ -153,10 +153,10 @@ jobs:
153
153
needs : [publish]
154
154
runs-on : ubuntu-24.04
155
155
steps :
156
-
156
+
157
157
158
158
- name : Checkout
159
- uses : actions/checkout@v4
159
+ uses : actions/checkout@v5
160
160
161
161
- name : Set GitHub vars
162
162
id : github
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Fetch tags
25
25
shell : bash
Original file line number Diff line number Diff line change 24
24
runs-on : ${{ matrix.os }}
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Set GitHub vars
30
30
id : github
74
74
- uses : sigstore/cosign-installer@v3
75
75
76
76
- name : Checkout
77
- uses : actions/checkout@v4
77
+ uses : actions/checkout@v5
78
78
79
79
- name : Set GitHub vars
80
80
id : github
@@ -105,13 +105,13 @@ jobs:
105
105
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
106
106
107
107
- name : Download aarch64 packages
108
- uses : actions/download-artifact@v4
108
+ uses : actions/download-artifact@v5
109
109
with :
110
110
name : packages-aarch64
111
111
path : ${{ github.workspace }}/packages/aarch64
112
112
113
113
- name : Download x86_64 packages
114
- uses : actions/download-artifact@v4
114
+ uses : actions/download-artifact@v5
115
115
with :
116
116
name : packages-x86_64
117
117
path : ${{ github.workspace }}/packages/x86_64
@@ -170,10 +170,10 @@ jobs:
170
170
needs : [publish]
171
171
runs-on : ubuntu-24.04
172
172
steps :
173
-
173
+
174
174
175
175
- name : Checkout
176
- uses : actions/checkout@v4
176
+ uses : actions/checkout@v5
177
177
178
178
- name : Set GitHub vars
179
179
id : github
Original file line number Diff line number Diff line change 45
45
runs-on : ${{ matrix.os }}
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
50
50
- name : Set GitHub vars
51
51
id : github
94
94
- uses : sigstore/cosign-installer@v3
95
95
96
96
- name : Checkout
97
- uses : actions/checkout@v4
97
+ uses : actions/checkout@v5
98
98
99
99
- name : Set GitHub vars
100
100
id : github
@@ -125,13 +125,13 @@ jobs:
125
125
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
126
126
127
127
- name : Download aarch64 packages
128
- uses : actions/download-artifact@v4
128
+ uses : actions/download-artifact@v5
129
129
with :
130
130
name : packages-aarch64
131
131
path : ${{ github.workspace }}/packages/aarch64
132
132
133
133
- name : Download x86_64 packages
134
- uses : actions/download-artifact@v4
134
+ uses : actions/download-artifact@v5
135
135
with :
136
136
name : packages-x86_64
137
137
path : ${{ github.workspace }}/packages/x86_64
@@ -188,10 +188,10 @@ jobs:
188
188
needs : [publish]
189
189
runs-on : ubuntu-24.04
190
190
steps :
191
-
191
+
192
192
193
193
- name : Checkout
194
- uses : actions/checkout@v4
194
+ uses : actions/checkout@v5
195
195
196
196
- name : Set GitHub vars
197
197
id : github
You can’t perform that action at this time.
0 commit comments