We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d1ee1 commit 4dc792aCopy full SHA for 4dc792a
.github/workflows/e2e.yml
@@ -38,13 +38,13 @@ jobs:
38
run: npx playwright install --with-deps chromium
39
- name: Run Playwright tests
40
run: npx playwright test
41
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
42
if: ${{ !cancelled() }}
43
with:
44
name: playwright-report
45
path: playwright-report/
46
retention-days: 30
47
48
49
50
name: backend-log
0 commit comments