From 1b4662e231d690f12350a589a7a1864521bb6fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:40:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/build-test.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 99ac3d4..70f2e9f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -424,7 +424,7 @@ jobs: - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec2be4..addc0ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@v6 - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true @@ -429,7 +429,7 @@ jobs: uses: actions/checkout@v6 - name: Download all build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: '*-build' merge-multiple: true