Merge branch 'master' into tests/migrate-dovecot-quotas
This commit is contained in:
commit
8a9e5c3960
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
# The official Github Action for downloading artifacts does not support multi-workflow
|
# The official Github Action for downloading artifacts does not support multi-workflow
|
||||||
- name: 'Download build artifact'
|
- name: 'Download build artifact'
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
|
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: 'Upload artifact for workflow transfer'
|
- name: 'Upload artifact for workflow transfer'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: preview-build
|
name: preview-build
|
||||||
path: artifact.tar.zst
|
path: artifact.tar.zst
|
||||||
|
|
Loading…
Reference in New Issue