From e2a51f908e27c7a6f578a9a3e1da776d00baf4ed Mon Sep 17 00:00:00 2001 From: tvallin Date: Thu, 16 Jan 2025 10:56:12 +0100 Subject: [PATCH] Update artifact name Signed-off-by: tvallin --- .github/actions/common/action.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/common/action.yml b/.github/actions/common/action.yml index 9ec0b1bb8..a0b426d38 100644 --- a/.github/actions/common/action.yml +++ b/.github/actions/common/action.yml @@ -57,7 +57,7 @@ inputs: required: false default: '' test-artifact-name: - description: Name of the test artifact to create (excluded on windows), if non empty tests are archived + description: Name of the test artifact to create, if non empty tests are archived required: false default: '' free-space: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index cddf5a980..7217baa1f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023, 2024 Oracle and/or its affiliates. +# Copyright (c) 2023, 2025 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -115,7 +115,7 @@ jobs: - uses: ./.github/actions/common with: build-cache: read-only - test-artifact-name: tests-${{ matrix.moduleSet }} + test-artifact-name: tests-${{ matrix.moduleSet }}-${{ matrix.os }} run: | mvn ${MAVEN_ARGS} \ -DreactorRule=tests \