Skip to content

Commit 3b68e6e

Browse files
committed
chore: bump upload artifact actions
1 parent 9ff2433 commit 3b68e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: node report-bundle-size.js
6262

6363
- name: Upload bundle
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: bundle
6767
path: .next/analyze/__bundle_analysis.json

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm playwright install --with-deps
2929
- name: Run Playwright tests
3030
run: pnpm playwright test
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
if: always()
3333
with:
3434
name: playwright-report

0 commit comments

Comments
 (0)