From c29ee615f5d3650f147aa113b2b658ef8dca02c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:23:32 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e242f88..22ba031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: node-version: lts/* registry-url: 'https://registry.npmjs.org' - uses: oven-sh/setup-bun@v2 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: prebuilds merge-multiple: true