File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 run : python ./scripts/docs.py verify-readme
8282 - name : Build Docs
8383 run : python ./scripts/docs.py build
84- - uses : actions/upload-artifact@v4
84+ - uses : actions/upload-artifact@v5
8585 with :
8686 name : docs-site
8787 path : ./site/**
Original file line number Diff line number Diff line change 9191 COVERAGE_FILE : coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
9292 CONTEXT : ${{ runner.os }}-py${{ matrix.python-version }}
9393 - name : Store coverage files
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
9797 path : coverage
@@ -127,7 +127,7 @@ jobs:
127127 - run : coverage report
128128 - run : coverage html --title "Coverage for ${{ github.sha }}"
129129 - name : Store coverage HTML
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v5
131131 with :
132132 name : coverage-html
133133 path : htmlcov
You can’t perform that action at this time.
0 commit comments