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.
2 parents 52a333e + 33cc5fc commit 397b828Copy full SHA for 397b828
.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@v4
+ uses: actions/upload-artifact@v5
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