Skip to content

Commit 69c967b

Browse files
committed
Reduce archived build artifacts to only contain the current reports
1 parent d35af13 commit 69c967b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
uses: actions/upload-artifact@v4
155155
with:
156156
name: java-code-analysis-results-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}
157-
path: ./results
157+
path: ./temp/**/reports/*
158158
if-no-files-found: error
159159
retention-days: 5
160160

.github/workflows/typescript-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/upload-artifact@v4
169169
with:
170170
name: typescript-code-analysis-results-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}
171-
path: ./results
171+
path: ./temp/**/reports/*
172172
if-no-files-found: error
173173
retention-days: 5
174174

0 commit comments

Comments
 (0)