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 <casperklein@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 17:17:33 +00:00 committed by GitHub
parent 8e8d9ff996
commit 5eab2ecaae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}