From 56f52f2c9f7541fbdd5991a43659781be2eddfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:30:19 +0800 Subject: [PATCH] :arrow_up: Bump actions/download-artifact in the actions group (#3618) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/website-preview-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 8742b39e..2f9132d2 100644 --- a/.github/workflows/website-preview-cd.yml +++ b/.github/workflows/website-preview-cd.yml @@ -37,7 +37,7 @@ jobs: }) - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: website-preview github-token: ${{ secrets.GITHUB_TOKEN }}