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 c61adb7 commit b194d0cCopy full SHA for b194d0c
1 file changed
.github/workflows/playwright.yml
@@ -81,15 +81,15 @@ jobs:
81
# ---- Always publish the report + raw results for inspection ----
82
- name: Upload Playwright report
83
if: always()
84
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
85
with:
86
name: playwright-report
87
path: playwright-report/
88
retention-days: 14
89
90
- name: Upload test results
91
92
93
94
name: test-results
95
path: test-results/
0 commit comments