download artifact from the triggering workflow

This commit is contained in:
fkwp
2024-04-11 20:35:24 +00:00
parent 74ddcee2af
commit 63023f542b

View File

@@ -37,10 +37,11 @@ jobs:
Exercise caution. Use test accounts.
- name: 📥 Download artifact
# Download the artifact from the triggering workflow
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow.id }}
name: build-output
path: webapp