Skip to content

Commit 08a3e71

Browse files
committed
Revert "ci: Update actions/upload-artifact to v4 (#13489)"
This reverts commit 14e56c7.
1 parent 73f9172 commit 08a3e71

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
name: build-output
187187
path: ${{ env.CACHED_BUILD_PATHS }}
188-
retention-days: 4
188+
retention-days: 7
189189
compression-level: 6
190190
overwrite: true
191191

@@ -345,7 +345,6 @@ jobs:
345345
uses: actions/upload-artifact@v4
346346
with:
347347
name: ${{ github.sha }}
348-
retention-days: 90
349348
path: |
350349
${{ github.workspace }}/packages/browser/build/bundles/**
351350
${{ github.workspace }}/packages/replay-internal/build/bundles/**
@@ -599,13 +598,11 @@ jobs:
599598
run: yarn test:ci${{ matrix.project && format(' --project={0}', matrix.project) || '' }}${{ matrix.shard && format(' --shard={0}/{1}', matrix.shard, matrix.shards) || '' }}
600599

601600
- name: Upload Playwright Traces
602-
uses: actions/upload-artifact@v4
603-
if: failure()
601+
uses: actions/upload-artifact@v3
602+
if: always()
604603
with:
605-
name: playwright-traces-job_browser_playwright_tests-${{ matrix.bundle}}-${{matrix.project}}-${{matrix.shard || '0'}}
604+
name: playwright-traces
606605
path: dev-packages/browser-integration-tests/test-results
607-
overwrite: true
608-
retention-days: 7
609606

610607
job_browser_loader_tests:
611608
name: PW ${{ matrix.bundle }} Tests
@@ -651,13 +648,11 @@ jobs:
651648
cd dev-packages/browser-integration-tests
652649
yarn test:loader
653650
- name: Upload Playwright Traces
654-
uses: actions/upload-artifact@v4
655-
if: failure()
651+
uses: actions/upload-artifact@v3
652+
if: always()
656653
with:
657-
name: playwright-traces-job_browser_loader_tests-${{ matrix.bundle}}
654+
name: playwright-traces
658655
path: dev-packages/browser-integration-tests/test-results
659-
overwrite: true
660-
retention-days: 7
661656

662657
job_check_for_faulty_dts:
663658
name: Check for faulty .d.ts files
@@ -1281,7 +1276,6 @@ jobs:
12811276
with:
12821277
name: ${{ steps.process.outputs.artifactName }}
12831278
path: ${{ steps.process.outputs.artifactPath }}
1284-
retention-days: 7
12851279

12861280
job_compile_bindings_profiling_node:
12871281
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

Comments
 (0)