We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e109f0 commit 8616486Copy full SHA for 8616486
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