We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f848aa commit 027e3d8Copy full SHA for 027e3d8
.github/workflows/playwright.yml
@@ -38,14 +38,14 @@ jobs:
38
DEBUG: pw:api
39
- name: Upload test results
40
if: always()
41
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
42
with:
43
name: playwright-report
44
path: playwright-report/
45
retention-days: 30
46
- name: Upload test traces
47
if: failure()
48
49
50
name: playwright-traces
51
path: test-results/
0 commit comments