From 2353d8e7d0deeba64f57dc8a05a1dfa2c209dfa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:43:25 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index cbb28c3..6967b2b 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -75,7 +75,7 @@ jobs: run: | TAG=${{ github.ref_name }} echo "VERSION=${TAG#v}" >> $GITHUB_ENV - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 - shell: bash run: ls -R - run: | @@ -119,7 +119,7 @@ jobs: run: | TAG=${{ github.ref_name }} echo "VERSION=${TAG#v}" >> $GITHUB_ENV - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 - run: | Compress-Archive -Force ./masir-x86_64-pc-windows-msvc-${{ github.sha }}/x86_64-pc-windows-msvc/release/*.exe masir-$Env:VERSION-x86_64-pc-windows-msvc.zip Copy-Item ./masir-x86_64-pc-windows-msvc-${{ github.sha }}/wix/*x86_64.msi -Destination ./masir-$Env:VERSION-x86_64.msi