From 9fe9998ea360150a56b8b572fab26fa36c2334fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:38:04 +0000 Subject: [PATCH] Update actions/download-artifact action from v5 to v8 (major 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 d4df4f9..4f8666e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v6 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: merge-multiple: true path: artifacts