Skip to content

Commit 83c6db8

Browse files
authored
chore: update test reports archive names
1 parent 2e866da commit 83c6db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
if: failure()
4141
with:
42-
name: surefire-${{ matrix.os }}-${{ matrix.java }}
42+
name: test-reports-${{ matrix.os }}-${{ matrix.java }}
4343
path: |
4444
**/surefire-reports/*
4545
**/failsafe-reports/*

0 commit comments

Comments
 (0)