From fc9d4a82a032137b867aaf8447e1a2aeacdcfb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:01:42 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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