Skip to content

Commit

Permalink
attempt to fix upload
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 11, 2024
1 parent 3952e5a commit 062d01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 062d01d

Please sign in to comment.