Use upload@v4 for docset
This commit is contained in:
parent
bb45938ab9
commit
cbfc9d6672
|
@ -10,8 +10,7 @@ env:
|
||||||
PIP_DISABLE_PIP_VERSION_CHECK: "1"
|
PIP_DISABLE_PIP_VERSION_CHECK: "1"
|
||||||
PIP_NO_PYTHON_VERSION_WARNING: "1"
|
PIP_NO_PYTHON_VERSION_WARNING: "1"
|
||||||
|
|
||||||
permissions:
|
permissions: {}
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docset:
|
docset:
|
||||||
|
@ -28,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- run: python -Im tox run -e docset
|
- run: python -Im tox run -e docset
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docset
|
name: docset
|
||||||
path: attrs.tgz
|
path: attrs.tgz
|
||||||
|
|
Loading…
Reference in New Issue