Skip to content

Commit 4271db1

Browse files
committed
ci: Update actions/upload-artifact to v4
1 parent 3a1417f commit 4271db1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,12 @@ jobs:
596596
run: yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
597597

598598
- name: Upload Playwright Traces
599-
uses: actions/upload-artifact@v3
599+
uses: actions/upload-artifact@v4
600600
if: always()
601601
with:
602602
name: playwright-traces
603603
path: dev-packages/browser-integration-tests/test-results
604+
overwrite: true
604605

605606
job_browser_loader_tests:
606607
name: PW ${{ matrix.bundle }} Tests
@@ -646,11 +647,12 @@ jobs:
646647
cd dev-packages/browser-integration-tests
647648
yarn test:loader
648649
- name: Upload Playwright Traces
649-
uses: actions/upload-artifact@v3
650+
uses: actions/upload-artifact@v4
650651
if: always()
651652
with:
652653
name: playwright-traces
653654
path: dev-packages/browser-integration-tests/test-results
655+
overwrite: true
654656

655657
job_check_for_faulty_dts:
656658
name: Check for faulty .d.ts files

0 commit comments

Comments
 (0)