Merge branch 'master' into docs/readme-v14-revision

This commit is contained in:
Brennan Kinney 2024-01-28 01:50:29 +13:00 committed by GitHub
commit a18673ea8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -23,14 +23,13 @@ jobs:
# Restore workflow context #
# ======================== #
# The official Github Action for downloading artifacts does not support multi-workflow
# Retrieve the artifact uploaded from `docs-preview-prepare.yml` workflow run that triggered this deployment
- name: 'Download build artifact'
uses: dawidd6/action-download-artifact@v3
uses: actions/download-artifact@v4
with:
name: preview-build
github_token: ${{ secrets.GITHUB_TOKEN }}
run_id: ${{ github.event.workflow_run.id }}
workflow: docs-preview-prepare.yml
name: preview-build
- name: 'Extract build artifact'
run: tar -xf artifact.tar.zst