File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 ${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
121121 uses : ' actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
122122 with :
123- name : ' test-results-fork-${{ matrix.node-version }}-linux '
123+ name : ' test-results-fork-${{ matrix.node-version }}-${{ runner.os }} '
124124 path : ' packages/*/junit.xml'
125125
126126 test_slow_platforms :
@@ -180,7 +180,7 @@ jobs:
180180 ${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
181181 uses : ' actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
182182 with :
183- name : ' test-results-fork-${{ matrix.node-version }}-linux '
183+ name : ' test-results-fork-${{ matrix.node-version }}-${{ runner.os }} '
184184 path : ' packages/*/junit.xml'
185185
186186 - name : ' Upload coverage reports'
You can’t perform that action at this time.
0 commit comments