From 0e46c73052afba8e343a218a1988261dab6d8806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:04:05 +0100 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 (#1869) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abab5b911..c45182ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Download workspace - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: workspace path: . @@ -71,7 +71,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Download workspace - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: workspace path: . @@ -108,7 +108,7 @@ jobs: - name: Enable Corepack run: corepack enable - name: Download workspace - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: workspace path: .