We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d0378 commit 9667f78Copy full SHA for 9667f78
.github/workflows/license-scanning-maven.yml
@@ -43,12 +43,12 @@ jobs:
43
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
44
working-directory: setup
45
- name: Upload license reports
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
47
with:
48
name: license-reports
49
path: '**/dependencies.html'
50
- name: Upload license XML reports
51
52
53
name: license-xml-report
54
path: '**/${{ env.REPORT_PATH }}'
0 commit comments