File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 echo "name=coverage-data-ci-${{ matrix.python-version }}-${SANITIZED_PATTERN}" >> "$GITHUB_OUTPUT"
175175
176176 - name : Upload coverage data
177- uses : actions/upload-artifact@v6
177+ uses : actions/upload-artifact@v7
178178 with :
179179 name : ${{ steps.sanitize.outputs.name }}
180180 path : .coverage.*
@@ -220,7 +220,7 @@ jobs:
220220 UV_PYTHON : ${{ matrix.python-version }}
221221
222222 - name : Upload coverage data
223- uses : actions/upload-artifact@v6
223+ uses : actions/upload-artifact@v7
224224 with :
225225 name : coverage-data-skip-tests-${{ matrix.python-version }}
226226 path : .coverage.*
@@ -307,7 +307,7 @@ jobs:
307307 coverage report
308308
309309 - name : Upload HTML report if check failed
310- uses : actions/upload-artifact@v6
310+ uses : actions/upload-artifact@v7
311311 with :
312312 name : html-report
313313 path : htmlcov
You can’t perform that action at this time.
0 commit comments