File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 echo "name=coverage-data-ci-${{ matrix.python-version }}-${SANITIZED_PATTERN}" >> "$GITHUB_OUTPUT"
170170
171171 - name : Upload coverage data
172- uses : actions/upload-artifact@v4
172+ uses : actions/upload-artifact@v5
173173 with :
174174 name : ${{ steps.sanitize.outputs.name }}
175175 path : .coverage.*
@@ -213,7 +213,7 @@ jobs:
213213 UV_PYTHON : ${{ matrix.python-version }}
214214
215215 - name : Upload coverage data
216- uses : actions/upload-artifact@v4
216+ uses : actions/upload-artifact@v5
217217 with :
218218 name : coverage-data-skip-tests-${{ matrix.python-version }}
219219 path : .coverage.*
@@ -296,7 +296,7 @@ jobs:
296296 coverage report
297297
298298 - name : Upload HTML report if check failed
299- uses : actions/upload-artifact@v4
299+ uses : actions/upload-artifact@v5
300300 with :
301301 name : html-report
302302 path : htmlcov
You can’t perform that action at this time.
0 commit comments