Skip to content

Commit d3a0018

Browse files
author
Jonathan Shook
committed
make test artifact naming distinct
1 parent 0580a6b commit d3a0018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/upload-artifact@v4
8989
if: always() # ensures upload happens even if tests fail
9090
with:
91-
name: surefire-results
91+
name: surefire-results--${{ matrix.isa }}-${{ matrix.jdk }}
9292
path: "**/target/surefire-reports/**"
9393

9494
build:

0 commit comments

Comments
 (0)