We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af8ee6 commit 5117db5Copy full SHA for 5117db5
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
run: yarn lint
26
- name: Test
27
run: yarn test
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
name: playwright-failed-test-traces
31
path: test-results/
0 commit comments