We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b31391 commit b1c3978Copy full SHA for b1c3978
.github/workflows/license-scanning-maven.yml
@@ -39,7 +39,7 @@ jobs:
39
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
40
working-directory: maven
41
- name: Upload license XML reports
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: license-xml-report
45
path: './**/${{ env.REPORT_PATH }}'
0 commit comments