This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 6906c185 Individualize upload artifact name to prevent name clashes
6906c185 is described below

commit 6906c185da27cfe93e80cfa1dff3fbbef06489a4
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Sep 25 10:08:21 2025 +0200

    Individualize upload artifact name to prevent name clashes
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3715f3e5..5b3027b5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,6 +37,7 @@ jobs:
 # Caused by: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to 
find valid certification path to requested target
 #
 # Java 17 disabled, because we are running into 
https://bugs.openjdk.java.net/browse/JDK-8270866
+# Java 25 is not working until we drop JDK8!
         java: [8, 11, 21]
       fail-fast: false
 
@@ -78,7 +79,7 @@ jobs:
         uses: actions/upload-artifact@v4
         if: failure()
         with:
-          name: integration-test-failure-logs
+          name: integration-test-failure-logs-${{ matrix.os }}-JDK${{ 
matrix.java }}
           retention-days: 3
           path: |
             **/target/surefire-reports

Reply via email to