@@ -104,7 +104,7 @@ jobs:
104104 - name : Test for modified translatable strings
105105 run : ./tools/update-translation-files.sh ALL && git diff > apply_translations.patch
106106 - name : Upload apply_translations.patch
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : apply_translations.patch
110110 path : apply_translations.patch
@@ -152,7 +152,7 @@ jobs:
152152 - name : Run build
153153 run : docker-compose run --rm ubuntu_for_appimage ./appimage/build.sh --src-dir /qtox
154154 - name : Upload appimage
155- uses : actions/upload-artifact@v3
155+ uses : actions/upload-artifact@v4
156156 with :
157157 name : qTox-${{ github.sha }}.x86_64.AppImage
158158 path : qTox-*.x86_64.AppImage
@@ -222,7 +222,7 @@ jobs:
222222 - name : Run build
223223 run : docker-compose run --rm ubuntu_for_asan_appimage ./appimage/asan_build.sh --src-dir /qtox
224224 - name : Upload asan appimage
225- uses : actions/upload-artifact@v3
225+ uses : actions/upload-artifact@v4
226226 with :
227227 name : qTox-asan-${{ github.sha }}.x86_64.AppImage
228228 path : qTox-*.x86_64.AppImage
@@ -292,7 +292,7 @@ jobs:
292292 - name : Run build
293293 run : docker-compose run --rm flatpak ./flatpak/build.sh
294294 - name : Upload flatpak
295- uses : actions/upload-artifact@v3
295+ uses : actions/upload-artifact@v4
296296 with :
297297 name : qTox-${{ github.sha }}.x86_64.flatpak
298298 path : qtox.flatpak
@@ -365,13 +365,13 @@ jobs:
365365
366366 - name : Upload installer
367367 if : matrix.build_type == 'release'
368- uses : actions/upload-artifact@v3
368+ uses : actions/upload-artifact@v4
369369 with :
370370 name : setup-qtox-x86_64-${{ matrix.build_type }}.exe
371371 path : package-prefix/setup-qtox.exe
372372
373373 - name : Upload zip
374- uses : actions/upload-artifact@v3
374+ uses : actions/upload-artifact@v4
375375 with :
376376 name : qtox-x86_64-${{ matrix.build_type }}.zip
377377 path : install-prefix/qtox-x86_64-${{ matrix.build_type }}.zip
@@ -465,7 +465,7 @@ jobs:
465465 - name : Build qTox
466466 run : ./.ci-scripts/build-qtox-macos.sh dist
467467 - name : Upload dmg
468- uses : actions/upload-artifact@v3
468+ uses : actions/upload-artifact@v4
469469 with :
470470 name : qTox-${{ github.sha }}.dmg
471471 path : qTox.dmg
0 commit comments