File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - name : Upload code coverage result file
135135 uses : actions/upload-artifact@v4
136136 with :
137- name : coverage_${{ inputs.test_type }}_${{ inputs.runtime_os }}_${{ inputs.python-version }}
137+ name : coverage_${{ inputs.test_type }}_${{ inputs.runtime_os }}_${{ inputs.python_version }}
138138 path : .coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
139139 if-no-files-found : error
140140 include-hidden-files : true
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Upload code coverage result file
125125 uses : actions/upload-artifact@v4
126126 with :
127- name : coverage_${{ inputs.test_type }}_${{ inputs.runtime_os }}_${{ inputs.python-version }}
127+ name : coverage_${{ inputs.test_type }}_${{ inputs.runtime_os }}_${{ inputs.python_version }}
128128 path : .coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
129129 if-no-files-found : error
130130 include-hidden-files : true
You can’t perform that action at this time.
0 commit comments