We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffdaf4 commit 69957cfCopy full SHA for 69957cf
.github/workflows/e2e.yml
@@ -18,7 +18,7 @@ jobs:
18
run: cd automation/e2e && npx playwright install --with-deps
19
- name: Run Playwright tests
20
run: cd automation/e2e && yarn playwright test
21
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
22
if: always()
23
with:
24
name: playwright-report
0 commit comments