mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-11-09 04:21:31 +01: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:
parent
b80fbdb1a9
commit
12bb27ed82
2
.github/workflows/docs-preview-deploy.yml
vendored
2
.github/workflows/docs-preview-deploy.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
PREVIEW_SITE_PREFIX: pullrequest-${{ needs.pr-context.outputs.PR_NUMBER }}
|
PREVIEW_SITE_PREFIX: pullrequest-${{ needs.pr-context.outputs.PR_NUMBER }}
|
||||||
steps:
|
steps:
|
||||||
- name: 'Retrieve and extract the built docs preview'
|
- name: 'Retrieve and extract the built docs preview'
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: preview-build
|
name: preview-build
|
||||||
path: ${{ env.BUILD_DIR }}
|
path: ${{ env.BUILD_DIR }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user