We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e109f0 + 8616486 commit 12dac1dCopy full SHA for 12dac1d
1 file changed
.github/workflows/regression_template.yml
@@ -174,7 +174,8 @@ jobs:
174
- uses: actions/download-artifact@v4.3.0
175
if: ${{ inputs.skip_test }}
176
with:
177
- name: coverage_report
+ name: ${{ steps.artifact.outputs.coverage_report }}
178
+ path: ${{ inputs.cmake_path }}/coverage_report
179
180
- name: Upload Code Coverage Pages
181
uses: actions/upload-pages-artifact@v3.0.1
0 commit comments