We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35af13 commit 69c967bCopy full SHA for 69c967b
.github/workflows/java-code-analysis.yml
@@ -154,7 +154,7 @@ jobs:
154
uses: actions/upload-artifact@v4
155
with:
156
name: java-code-analysis-results-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}
157
- path: ./results
+ path: ./temp/**/reports/*
158
if-no-files-found: error
159
retention-days: 5
160
.github/workflows/typescript-code-analysis.yml
@@ -168,7 +168,7 @@ jobs:
168
169
170
name: typescript-code-analysis-results-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}
171
172
173
174
0 commit comments