@@ -156,91 +156,91 @@ jobs:
156156 rm -rf ./squashfs-root ./appimagetool.AppImage
157157
158158 - name : Upload Linux .zip x64 Artifact
159- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
159+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
160160 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
161161 with :
162162 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-x64-portable.zip
163163 path : build/freetube-${{ steps.versionNumber.outputs.version }}.zip
164164
165165 - name : Upload Linux .7z x64 Artifact
166- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
166+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
167167 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
168168 with :
169169 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-x64-portable.7z
170170 path : build/freetube-${{ steps.versionNumber.outputs.version }}.7z
171171
172172 - name : Upload Linux .zip ARMv7l Artifact
173- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
173+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
174174 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-armv7l')
175175 with :
176176 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-armv7l-portable.zip
177177 path : build/freetube-${{ steps.versionNumber.outputs.version }}-armv7l.zip
178178
179179 - name : Upload Linux .7z ARMv7l Artifact
180- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
180+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
181181 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-armv7l')
182182 with :
183183 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-armv7l-portable.7z
184184 path : build/freetube-${{ steps.versionNumber.outputs.version }}-armv7l.7z
185185
186186 - name : Upload Linux .zip ARM64 Artifact
187- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
187+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
188188 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
189189 with :
190190 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-arm64-portable.zip
191191 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64.zip
192192
193193 - name : Upload Linux .7z ARM64 Artifact
194- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
194+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
195195 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
196196 with :
197197 name : freetube-${{ steps.versionNumber.outputs.version }}-linux-arm64-portable.7z
198198 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64.7z
199199
200200 - name : Upload .deb x64 Artifact
201- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
201+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
202202 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
203203 with :
204204 name : freetube_${{ steps.versionNumber.outputs.version }}_amd64.deb
205205 path : build/freetube_${{ steps.versionNumber.outputs.version }}_amd64.deb
206206
207207 - name : Upload .deb ARMv7l Artifact
208- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
208+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
209209 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-armv7l')
210210 with :
211211 name : freetube_${{ steps.versionNumber.outputs.version }}_armv7l.deb
212212 path : build/freetube_${{ steps.versionNumber.outputs.version }}_armv7l.deb
213213
214214 - name : Upload .deb ARM64 Artifact
215- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
215+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
216216 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
217217 with :
218218 name : freetube_${{ steps.versionNumber.outputs.version }}_arm64.deb
219219 path : build/freetube_${{ steps.versionNumber.outputs.version }}_arm64.deb
220220
221221 - name : Upload AppImage x64 Artifact
222- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
222+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
223223 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
224224 with :
225225 name : freetube-${{ steps.versionNumber.outputs.version }}-amd64.AppImage
226226 path : build/FreeTube-${{ steps.versionNumber.outputs.version }}.AppImage
227227
228228 - name : Upload AppImage ARMv7l Artifact
229- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
229+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
230230 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-armv7l')
231231 with :
232232 name : freetube-${{ steps.versionNumber.outputs.version }}-armv7l.AppImage
233233 path : build/FreeTube-${{ steps.versionNumber.outputs.version }}-armv7l.AppImage
234234
235235 - name : Upload AppImage ARM64 Artifact
236- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
236+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
237237 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
238238 with :
239239 name : freetube-${{ steps.versionNumber.outputs.version }}-arm64.AppImage
240240 path : build/FreeTube-${{ steps.versionNumber.outputs.version }}-arm64.AppImage
241241
242242 - name : Upload .rpm x64 Artifact
243- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
243+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
244244 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
245245 with :
246246 name : freetube-${{ steps.versionNumber.outputs.version }}.amd64.rpm
@@ -249,112 +249,112 @@ jobs:
249249 # rpm are not built for armv7l
250250
251251 - name : Upload .rpm ARM64 Artifact
252- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
252+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
253253 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64')
254254 with :
255255 name : freetube-${{ steps.versionNumber.outputs.version }}.arm64.rpm
256256 path : build/freetube-${{ steps.versionNumber.outputs.version }}.aarch64.rpm
257257
258258 - name : Upload Pacman .pacman x64 Artifact
259- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
259+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
260260 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
261261 with :
262262 name : freetube-${{ steps.versionNumber.outputs.version }}-amd64.pacman
263263 path : build/freetube-${{ steps.versionNumber.outputs.version }}.pacman
264264
265265 - name : Upload Windows x64 .exe Artifact
266- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
266+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
267267 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-x64')
268268 with :
269269 name : freetube-${{ steps.versionNumber.outputs.version }}-setup-x64.exe
270270 path : build/freetube Setup ${{ steps.versionNumber.outputs.version }}.exe
271271
272272 - name : Upload Windows x64 Portable Artifact
273- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
273+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
274274 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-x64')
275275 with :
276276 name : freetube-${{ steps.versionNumber.outputs.version }}-win-x64-portable.exe
277277 path : build/freetube ${{ steps.versionNumber.outputs.version }}.exe
278278
279279 - name : Upload Windows x64 .zip Artifact
280- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
280+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
281281 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-x64')
282282 with :
283283 name : freetube-${{ steps.versionNumber.outputs.version }}-win-x64-portable.zip
284284 path : build/freetube-${{ steps.versionNumber.outputs.version }}-win.zip
285285
286286 - name : Upload Windows x64 .7z Artifact
287- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
287+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
288288 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-x64')
289289 with :
290290 name : freetube-${{ steps.versionNumber.outputs.version }}-win-x64-portable.7z
291291 path : build/freetube-${{ steps.versionNumber.outputs.version }}-win.7z
292292
293293 - name : Upload Windows arm64 .exe Artifact
294- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
294+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
295295 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-arm64')
296296 with :
297297 name : freetube-${{ steps.versionNumber.outputs.version }}-setup-arm64.exe
298298 path : build/freetube Setup ${{ steps.versionNumber.outputs.version }}.exe
299299
300300 - name : Upload Windows arm64 Portable Artifact
301- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
301+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
302302 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-arm64')
303303 with :
304304 name : freetube-${{ steps.versionNumber.outputs.version }}-win-arm64-portable.exe
305305 path : build/freetube ${{ steps.versionNumber.outputs.version }}.exe
306306
307307 - name : Upload Windows arm64 .zip Artifact
308- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
308+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
309309 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-arm64')
310310 with :
311311 name : freetube-${{ steps.versionNumber.outputs.version }}-win-arm64-portable.zip
312312 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64-win.zip
313313
314314 - name : Upload Windows arm64 .7z Artifact
315- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
315+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
316316 if : startsWith(matrix.os, 'windows') && startsWith(matrix.runtime, 'win-arm64')
317317 with :
318318 name : freetube-${{ steps.versionNumber.outputs.version }}-win-arm64-portable.7z
319319 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64-win.7z
320320
321321 - name : Upload Mac x64 .dmg Artifact
322- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
322+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
323323 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-x64')
324324 with :
325325 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-x64.dmg
326326 path : build/freetube-${{ steps.versionNumber.outputs.version }}.dmg
327327
328328 - name : Upload Mac x64 .zip Artifact
329- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
329+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
330330 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-x64')
331331 with :
332332 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-x64.zip
333333 path : build/freetube-${{ steps.versionNumber.outputs.version }}-mac.zip
334334
335335 - name : Upload Mac x64 .7z Artifact
336- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
336+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
337337 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-x64')
338338 with :
339339 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-x64.7z
340340 path : build/freetube-${{ steps.versionNumber.outputs.version }}-mac.7z
341341
342342 - name : Upload Mac arm64 .dmg Artifact
343- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
343+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
344344 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-arm64')
345345 with :
346346 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-arm64.dmg
347347 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64.dmg
348348
349349 - name : Upload Mac arm64 .zip Artifact
350- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
350+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
351351 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-arm64')
352352 with :
353353 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-arm64.zip
354354 path : build/freetube-${{ steps.versionNumber.outputs.version }}-arm64-mac.zip
355355
356356 - name : Upload Mac arm64 .7z Artifact
357- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
357+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
358358 if : startsWith(matrix.os, 'macos') && startsWith(matrix.runtime, 'osx-arm64')
359359 with :
360360 name : freetube-${{ steps.versionNumber.outputs.version }}-mac-arm64.7z
0 commit comments