Skip to content

Commit

Permalink
also include java version
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 11, 2024
1 parent 062d01d commit 0e94405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ failure() || cancelled() }}
with:
name: test-results-${{ runner.os }}
name: test-results-${{ runner.os }}-${{ matrix.java }}
path: '**/*.tests/target/surefire-reports'
- name: Archive Logs
uses: actions/upload-artifact@v4
if: ${{ failure() || cancelled() }}
with:
name: logs-${{ runner.os }}
name: logs-${{ runner.os }}-${{ matrix.java }}
path: '**/*.tests/target/**/*.log'

build-maven-artifacts:
Expand Down

0 comments on commit 0e94405

Please sign in to comment.