Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent f288d11 commit 3ca217b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-scanning-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
working-directory: setup
- name: Upload license reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: license-reports
path: '**/dependencies.html'
- name: Upload license XML reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: license-xml-report
path: '**/${{ env.REPORT_PATH }}'

0 comments on commit 3ca217b

Please sign in to comment.