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 9f62b0f commit 1ca12beCopy full SHA for 1ca12be
1 file changed
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: E2E Tests (Playwright)
74
run: npm run test:e2e
75
- name: Store artifacts
76
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
77
if: failure()
78
with:
79
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
0 commit comments