From 2726e74731b506002ddd82b2f65b5f44107fc216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:29:52 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 in /.github/workflows 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/alpha.yml | 2 +- .github/workflows/canary.yml | 2 +- .github/workflows/msi-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ab9c615..9ce415b 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -113,7 +113,7 @@ jobs: - name: Upload signed msix if: success() && github.event_name != 'pull_request' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Snap.Hutao.Alpha-${{ steps.cake.outputs.version }} path: ${{ github.workspace }}/src/output/Snap.Hutao.Alpha-${{ steps.cake.outputs.version }}.msix diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index d4a0667..6e7e17e 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -77,7 +77,7 @@ jobs: - name: Upload signed msix if: ${{ success() && steps.merge.outputs.continue == 'true' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Snap.Hutao.Canary-${{ steps.cake.outputs.version }} path: ${{ github.workspace }}/src/output/Snap.Hutao.Canary-${{ steps.cake.outputs.version }}.msix diff --git a/.github/workflows/msi-build.yml b/.github/workflows/msi-build.yml index 55539dd..9fbbd13 100644 --- a/.github/workflows/msi-build.yml +++ b/.github/workflows/msi-build.yml @@ -31,7 +31,7 @@ jobs: run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release - name: Upload MSI Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Snap.Hutao-MSI path: |