diff --git a/.github/workflows/build-installers.yaml b/.github/workflows/build-installers.yaml index 3bbf31a..405d42d 100644 --- a/.github/workflows/build-installers.yaml +++ b/.github/workflows/build-installers.yaml @@ -256,25 +256,25 @@ jobs: - build_web steps: - name: Download Windows artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.APP_NAME }}-windows-installer path: ${{ env.APP_NAME }}-windows-installer - name: Download MacOS artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.APP_NAME }}-mac-installer path: ${{ env.APP_NAME }}-mac-installer - name: Download Linux artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.APP_NAME }}-linux-installer path: ${{ env.APP_NAME }}-linux-installer - name: Download Web artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ env.APP_NAME }}-web-build path: ${{ env.APP_NAME }}-web-build