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 a3272d42 Try to fix GHA build error and use github.run_id as artifact
name
a3272d42 is described below
commit a3272d42575b4373b415a7788a08915f56d3fa91
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Oct 12 12:25:07 2025 +0200
Try to fix GHA build error and use github.run_id as artifact name
---
.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 3087f9e7..da3d1c1b 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.event.number }}
+ name: 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.event.number }}
+ name: integration-test-failure-logs-${{ matrix.os }}-JDK${{
matrix.java }}-PR${{ github.run_id }}
retention-days: 3
path: |
**/target/surefire-reports