From d09d50f0852495226cf837addf46b833fd344991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:27:39 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8 --- .github/workflows/edge-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/edge-release.yml b/.github/workflows/edge-release.yml index 57a7315..42ba7e6 100644 --- a/.github/workflows/edge-release.yml +++ b/.github/workflows/edge-release.yml @@ -195,7 +195,7 @@ jobs: console.log(`Calculated version: ${edgeVersion}`); - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb73a34..463e0c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,7 +147,7 @@ jobs: console.log(`Tag: ${tag}`); - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts