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 7b86dd5 commit 28f0937Copy full SHA for 28f0937
.github/workflows/frontend-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npx playwright install --with-deps
36
- name: Run Playwright tests
37
run: npx playwright test
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
if: always()
40
with:
41
name: playwright-report
0 commit comments