From 062d01d5a1da7a4fc412c10233ae46943b7ffef6 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Sun, 11 Aug 2024 19:33:52 +0200 Subject: [PATCH] attempt to fix upload Signed-off-by: Christian Dietrich --- .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 e4404d0db6c..b010da99273 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -95,13 +95,13 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ failure() || cancelled() }} with: - name: test-results-${{ runner.os }} + name: build-maven-artifacts-test-results-${{ runner.os }} path: '**/target/surefire-reports' - name: Archive Logs uses: actions/upload-artifact@v4 if: ${{ failure() || cancelled() }} with: - name: logs-${{ runner.os }} + name: build-maven-artifacts-logs-${{ runner.os }} path: '**/target/**/*.log' event_file: name: "Upload Event File"