From 5eab2ecaae627383a3fa600b5958daeb453ea097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:17:33 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact from 6 to 7 (#4620) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper --- .github/workflows/docs-preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index 66b6558f..04eb3573 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -64,7 +64,7 @@ jobs: PREVIEW_SITE_PREFIX: pullrequest-${{ needs.pr-context.outputs.PR_NUMBER }} steps: - name: 'Retrieve and extract the built docs preview' - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: preview-build path: ${{ env.BUILD_DIR }}