From 515fa004bb3ce806a63b204ef79b7668275c6770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:57:32 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 5c2943c..ae8ff24 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@v6 + uses: actions/upload-artifact@v7 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 2c058c8..dd84236 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@v6 + uses: actions/upload-artifact@v7 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 9fbbd13..1760183 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@v6 + uses: actions/upload-artifact@v7 with: name: Snap.Hutao-MSI path: |