From d760bddb9074ec8bebe0b9f6c6b14f0a30dd76a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:22:10 +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 cf1743d..55b98e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v7 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: merge-multiple: true path: artifacts