Adapt dependency-graph support for new artifact API

- Don't upload artifacts when using 'generate-and-submit'
- New option 'generate-and-upload' to be used with 'download-and-submit'
- Use Artifact API for downloading in the same and different workflow
This commit is contained in:
daz 2023-12-23 18:39:37 -07:00
parent 51b7a82e8e
commit a4dabb3a70
No known key found for this signature in database
5 changed files with 75 additions and 82 deletions

View file

@ -27,7 +27,6 @@ if (isTopLevelBuild) {
new File(githubOutput) << "dependency-graph-file=${reportFile.absolutePath}\n"
}
println "Generating dependency graph into '${reportFile}'"
}