From 1195072aae68453404865ee05d40af053ab04589 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 18 Sep 2025 22:33:58 -0700 Subject: [PATCH] actually correct mac names (#8832) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee8594e7b2..1e95d76623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: ${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }} uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4 with: - name: 'test-results-fork-${{ matrix.node-version }}-linux' + name: 'test-results-fork-${{ matrix.node-version }}-${{ runner.os }}' path: 'packages/*/junit.xml' test_slow_platforms: @@ -180,7 +180,7 @@ jobs: ${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }} uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4 with: - name: 'test-results-fork-${{ matrix.node-version }}-linux' + name: 'test-results-fork-${{ matrix.node-version }}-${{ runner.os }}' path: 'packages/*/junit.xml' - name: 'Upload coverage reports'