From 88f62f76a5c13c9dc2fa5dcc89280814a5a75b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:59:29 +0000 Subject: [PATCH] Update actions/download-artifact action to v7 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fcfe609..7f37989 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Website