use run-id from current run

This commit is contained in:
fkwp
2024-04-11 21:26:03 +00:00
parent 0bfe12bcbc
commit 8da2f5c1c7

View File

@@ -37,11 +37,10 @@ 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.id }}
run-id: ${{ github.event.workflow_run.id }}
name: build-output
path: webapp