gmunozfe commented on code in PR #4204:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4204#discussion_r2839469908


##########
.github/workflows/pr-downstream.yml:
##########
@@ -85,8 +85,17 @@ jobs:
         env: 
           BUILD_MVN_OPTS: ${{ matrix.env_BUILD_MVN_OPTS }}
           KOGITO_EXAMPLES_SUBFOLDER_POM: ${{ 
matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }}
+          DEPENDENCY_TREE_FILE: 'mvn_dependency_tree_${{ matrix.job_name 
}}_${{ matrix.os }}.txt'
       - name: Junit Report
         uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/action-junit-report@main
         if: ${{ always() }}
         with:
           report_paths: '**/*-reports/TEST-*.xml'
+      - name: Upload Dependency Trees
+        uses: actions/upload-artifact@v4
+        env:
+          DEPENDENCY_TREE_FILE: 'mvn_dependency_tree_${{ matrix.job_name 
}}_${{ matrix.os }}.txt'

Review Comment:
   you're duplicating this line, could it be possible to move this env block to 
job level instead?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to