diff --git a/.github/workflows/license-scanning.yml b/.github/workflows/license-scanning.yml index d311c99..718958a 100644 --- a/.github/workflows/license-scanning.yml +++ b/.github/workflows/license-scanning.yml @@ -34,12 +34,12 @@ jobs: echo "License issues found ..." if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi - 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 }}' \ No newline at end of file