1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-10-31 00:17:45 +02:00

chore(deps): Bump actions/download-artifact from 5 to 6 (#4596)

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-10-27 17:42:15 +01:00
committed by GitHub
parent b80fbdb1a9
commit 12bb27ed82

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@v5
uses: actions/download-artifact@v6
with:
name: preview-build
path: ${{ env.BUILD_DIR }}