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 1e89ec0 commit 3fe55ceCopy full SHA for 3fe55ce
1 file changed
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Test Examples
121
run: pnpm run test:examples
122
123
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
124
if: ${{ !cancelled() }}
125
with:
126
name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }}
@@ -242,7 +242,7 @@ jobs:
242
243
run: pnpm run test:browser:playwright
244
245
246
247
248
name: playwright-report-rolldown
0 commit comments