diff --git a/.github/workflows/build-installers.yaml b/.github/workflows/build-installers.yaml index 3bbf31a..89a145d 100644 --- a/.github/workflows/build-installers.yaml +++ b/.github/workflows/build-installers.yaml @@ -87,7 +87,7 @@ jobs: "$DMG_FILE" - name: Upload Mac Installer - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_NAME }}-mac-installer path: ${{ github.workspace }}/dist/*.dmg @@ -158,7 +158,7 @@ jobs: file: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}" - name: Upload Windows Installer - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_NAME }}-windows-installer path: "${{ github.workspace }}/${{ env.INSTALLER_FILE }}" @@ -202,7 +202,7 @@ jobs: mv $ORIGINAL $MODIFIED - name: Upload Linux Installer - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_NAME }}-linux-installer path: ${{ github.workspace }}/dist/*.deb @@ -241,7 +241,7 @@ jobs: run: tar -cvzf ${{ env.APP_NAME }}-web-build.tar.gz build - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_NAME }}-web-build path: ${{ env.APP_NAME }}-web-build.tar.gz