From e76ca2ea9dfeb79007d36c436e6ec60f2c138742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:29:53 +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/release.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5f27f8..51ebaa1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download frontend dist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: frontend-dist path: web/html diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c357b01..4d653d3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download frontend artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: frontend-dist path: web/html