File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 name : ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
100100 path : ./source
101101 if-no-files-found : error
102- retention-days : 5
102+ retention-days : 1
103103
104104 - name : (Prepare Code to Analyze) Upload artifacts to analyze
105105 if : success()
@@ -108,7 +108,7 @@ jobs:
108108 name : ${{ steps.set-artifacts-upload-name.outputs.artifacts-upload-name }}
109109 path : ./artifacts
110110 if-no-files-found : error
111- retention-days : 5
111+ retention-days : 1
112112
113113
114114 analyze-code-graph :
Original file line number Diff line number Diff line change 8080 name : ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
8181 path : .
8282 if-no-files-found : error
83- retention-days : 5
83+ retention-days : 1
8484
8585
8686 analyze-code-graph :
You can’t perform that action at this time.
0 commit comments