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 167596b commit f4ecfd3Copy full SHA for f4ecfd3
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: E2E Tests (Playwright)
67
run: npm run test:e2e
68
- name: Store artifacts
69
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
70
if: failure()
71
with:
72
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
0 commit comments