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 9ff2433 commit 3b68e6eCopy full SHA for 3b68e6e
.github/workflows/nextjs_bundle_analysis.yml
@@ -61,7 +61,7 @@ jobs:
61
run: node report-bundle-size.js
62
63
- name: Upload bundle
64
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
65
with:
66
name: bundle
67
path: .next/analyze/__bundle_analysis.json
.github/workflows/playwright.yml
@@ -28,7 +28,7 @@ jobs:
28
run: pnpm playwright install --with-deps
29
- name: Run Playwright tests
30
run: pnpm playwright test
31
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
32
if: always()
33
34
name: playwright-report
0 commit comments