From 937651b48d553b0f1ed019561aa57c8968b34512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:42:50 +0000 Subject: [PATCH] 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd3095e..3bcced1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# .github/workflows/build.yml +# .github/workflows/build.yml # Build and Release workflow for MathExpressions MAUI and Windows # # - Trigger on push to any branch, on version tags (e.g., v1.2.3), or on manual dispatch. @@ -264,7 +264,7 @@ jobs: # Download publish artifact from previous job # https://github.com/marketplace/actions/download-a-build-artifact - name: 📥 Download deployment folder as a build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{env.ARTIFACT_PACKAGE}} path: ./release/