From 8b09aa916c85d90475b38095647c86c76d3b9426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:01:03 +0200 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 7aba405..0433824 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist merge-multiple: true