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 dafc1115 Fix name of upload artifacts to prevent AlreadyExists errors
dafc1115 is described below

commit dafc11158dd34b73fe175ed95f670fa912cb75cd
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Oct 21 13:50:42 2025 +0200

    Fix name of upload artifacts to prevent AlreadyExists errors
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index da3d1c1b..e5c14315 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -70,7 +70,7 @@ jobs:
         uses: actions/upload-artifact@v4
         if: failure()
         with:
-          name: integration-test-failure-logs-${{ matrix.os }}-JDK${{ 
matrix.java }}-PR${{ github.run_id }}
+          name: reporting-integration-test-failure-logs-${{ matrix.os 
}}-JDK${{ matrix.java }}-PR${{ github.run_id }}
           retention-days: 3
           path: |
             apache-rat-core/target/test-classes/ReportTest/**
@@ -79,7 +79,7 @@ jobs:
         uses: actions/upload-artifact@v4
         if: failure()
         with:
-          name: integration-test-failure-logs-${{ matrix.os }}-JDK${{ 
matrix.java }}-PR${{ github.run_id }}
+          name: test-failure-logs-${{ matrix.os }}-JDK${{ matrix.java }}-PR${{ 
github.run_id }}
           retention-days: 3
           path: |
             **/target/surefire-reports

Reply via email to