1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-12-24 02:13:50 +02:00

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

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