Skip to content

Commit 0c35db2

Browse files
committed
ci: Update actions/upload-artifact to v4
1 parent 4ccf251 commit 0c35db2

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
@@ -597,11 +597,12 @@ jobs:
597597
run: yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
598598

599599
- name: Upload Playwright Traces
600-
uses: actions/upload-artifact@v3
600+
uses: actions/upload-artifact@v4
601601
if: always()
602602
with:
603603
name: playwright-traces
604604
path: dev-packages/browser-integration-tests/test-results
605+
overwrite: true
605606

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

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

0 commit comments

Comments
 (0)