summaryrefslogtreecommitdiff
path: root/.github/actions/post-pmd-steps/action.yml
blob: 6c58fa49ec27f5d793bac453974814314dcb3a8b (plain)
1
2
3
4
5
6
7
8
9
10
name: post-pmd-steps
runs:
  using: composite
  steps:
  - uses: actions/upload-artifact@v3.1.3
    with:
      path: "${{ github.workspace }}/java/target/pmd.xml"
  - uses: actions/upload-artifact@v3.1.3
    with:
      path: "${{ github.workspace }}/java/target/site"