diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index 2f21d925..c6008247 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v6 - name: Download generated files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: lib-files path: app/lib diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dc5560a..0b8a3304 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -402,7 +402,7 @@ jobs: # APK - name: Download apk file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: apk-result path: apk-result @@ -442,7 +442,7 @@ jobs: # TAR.GZ (x86_64) - name: Download tar.gz file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: tar-gz-x86-64-result path: tar-gz-x86-64-result @@ -465,7 +465,7 @@ jobs: # TAR.GZ (arm_64) - name: Download tar.gz file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: tar-gz-arm-64-result path: tar-gz-arm-64-result @@ -488,7 +488,7 @@ jobs: # DEB (x86_64) - name: Download deb file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: deb-x86-64-result path: deb-x86-64-result @@ -508,7 +508,7 @@ jobs: # DEB (arm_64) - name: Download deb file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: deb-arm-64-result path: deb-arm-64-result @@ -528,7 +528,7 @@ jobs: # APPIMAGE (x86_64) - name: Download AppImage file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: appimage-x86-64-result path: appimage-x86-64-result @@ -556,7 +556,7 @@ jobs: # WINDOWS ZIP (x86_64) - name: Download windows zip file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: windows-zip-x86-64-result path: windows-zip-x86-64-result