From 8208a2c40eebafe42ec5bfbd9eb2bfb96565fea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:11:28 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee1eb0..d632454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: windows-build path: build/windows/x64/runner/Release @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: windows-build path: build/windows/x64/runner/Release @@ -167,13 +167,13 @@ jobs: uses: actions/checkout@v6 - name: Download MSIX artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: windows-msix path: artifacts/ - name: Download installer artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: windows-installer path: artifacts/