diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38bbed5..8dfbc8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: run: ${{ matrix.script }} --exclusive --architecture ${{ matrix.architecture }} -t BuildStreamSDR - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.id }}-${{ matrix.architecture }} path: artifacts/${{ matrix.id }}-${{ matrix.architecture }} @@ -128,14 +128,14 @@ jobs: run: ".\\build.ps1 --exclusive -t CreateInstaller --architecture arm64" - name: Upload x64 installer artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: win-x64-installer path: artifacts/win-x64-installer if-no-files-found: error - name: Upload ARM64 installer artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: win-arm64-installer path: artifacts/win-arm64-installer @@ -209,7 +209,7 @@ jobs: run: "./build.sh --exclusive -t NotarizeInstaller --installcert \"$MAC_INSTALLER_CERT_NAME\" --appleid \"$APPLE_ID\" --applepassword \"$APPLE_ID_PASSWORD\" --teamid \"$APPLE_DEV_TEAM\"" - name: Upload installer artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: macos-installer path: artifacts/macos-installer