Merge branch 'develop' into florianduros/rip-out-legacy-crypto/migrate-getBackupVersion

florianduros/rip-out-legacy-crypto/migrate-getBackupVersion
Michael Telatynski 2024-11-21 16:00:39 +00:00 committed by GitHub
commit d746dc46f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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