Skip to content

Commit

Permalink
unique naming
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jun 23, 2024
1 parent 9875c2f commit 8ca6429
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spotbugs-reports-linux
name: checkstyle-reports-linux
path: '**/build/reports/checkstyle/*.xml'
retention-days: 5
- name: Upload Spotbugs reports
Expand All @@ -64,7 +64,7 @@ jobs:
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spotbugs-reports-linux
name: test-results-linux
path: '**/build/test-results/**/*.xml'
retention-days: 5
- name: Publish
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spotbugs-reports-win
name: checkstyle-reports-win
path: '**/build/reports/checkstyle/*.xml'
retention-days: 5
- name: Upload Spotbugs reports
Expand All @@ -123,7 +123,7 @@ jobs:
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: spotbugs-reports-win
name: test-results-win
path: '**/build/test-results/**/*.xml'
retention-days: 5

Expand Down

0 comments on commit 8ca6429

Please sign in to comment.