Skip to content

Commit 6530167

Browse files
committed
use different artifact names for python and js
1 parent 5c9c4d7 commit 6530167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
- name: Upload test results (Python)
7676
uses: actions/upload-artifact@v4
7777
with:
78-
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
78+
name: python-results-${{ matrix.os }}-${{ matrix.python-version }}
7979
path: junit.xml
8080
if: ${{ always() }}
8181

8282
- name: Upload test results (JS)
8383
uses: actions/upload-artifact@v4
8484
with:
85-
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
85+
name: js-results-${{ matrix.os }}-${{ matrix.python-version }}
8686
path: js/junit.xml
8787
if: ${{ always() }}
8888

0 commit comments

Comments
 (0)