mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 03:49:28 +08:00
Merge branch 'develop' into florianduros/rip-out-legacy-crypto/migrate-getBackupVersion
This commit is contained in:
commit
d746dc46f9
@ -27,6 +27,7 @@ jobs:
|
||||
- name: Download HTML report
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
name: html-report
|
||||
path: playwright-report
|
||||
|
1
.github/workflows/netlify.yaml
vendored
1
.github/workflows/netlify.yaml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
- name: 📥 Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
name: webapp
|
||||
path: webapp
|
||||
|
Loading…
Reference in New Issue
Block a user