@@ -185,7 +185,7 @@ jobs:
185
185
with :
186
186
name : build-output
187
187
path : ${{ env.CACHED_BUILD_PATHS }}
188
- retention-days : 4
188
+ retention-days : 7
189
189
compression-level : 6
190
190
overwrite : true
191
191
@@ -345,7 +345,6 @@ jobs:
345
345
uses : actions/upload-artifact@v4
346
346
with :
347
347
name : ${{ github.sha }}
348
- retention-days : 90
349
348
path : |
350
349
${{ github.workspace }}/packages/browser/build/bundles/**
351
350
${{ github.workspace }}/packages/replay-internal/build/bundles/**
@@ -599,13 +598,11 @@ jobs:
599
598
run : yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
600
599
601
600
- name : Upload Playwright Traces
602
- uses : actions/upload-artifact@v4
603
- if : failure ()
601
+ uses : actions/upload-artifact@v3
602
+ if : always ()
604
603
with :
605
- name : playwright-traces-job_browser_playwright_tests-${{ matrix.bundle}}-${{matrix.project}}-${{matrix.shard || '0'}}
604
+ name : playwright-traces
606
605
path : dev-packages/browser-integration-tests/test-results
607
- overwrite : true
608
- retention-days : 7
609
606
610
607
job_browser_loader_tests :
611
608
name : PW ${{ matrix.bundle }} Tests
@@ -651,13 +648,11 @@ jobs:
651
648
cd dev-packages/browser-integration-tests
652
649
yarn test:loader
653
650
- name : Upload Playwright Traces
654
- uses : actions/upload-artifact@v4
655
- if : failure ()
651
+ uses : actions/upload-artifact@v3
652
+ if : always ()
656
653
with :
657
- name : playwright-traces-job_browser_loader_tests-${{ matrix.bundle}}
654
+ name : playwright-traces
658
655
path : dev-packages/browser-integration-tests/test-results
659
- overwrite : true
660
- retention-days : 7
661
656
662
657
job_check_for_faulty_dts :
663
658
name : Check for faulty .d.ts files
@@ -1281,7 +1276,6 @@ jobs:
1281
1276
with :
1282
1277
name : ${{ steps.process.outputs.artifactName }}
1283
1278
path : ${{ steps.process.outputs.artifactPath }}
1284
- retention-days : 7
1285
1279
1286
1280
job_compile_bindings_profiling_node :
1287
1281
name : Compile & Test Profiling Bindings (v${{ matrix.node }}) ${{ matrix.target_platform || matrix.os }}, ${{ matrix.node || matrix.container }}, ${{ matrix.arch || matrix.container }}, ${{ contains(matrix.container, 'alpine') && 'musl' || 'glibc' }}
0 commit comments