diff --git a/.github/workflows/build-docset.yml b/.github/workflows/build-docset.yml index ec0230d08..e743630e1 100644 --- a/.github/workflows/build-docset.yml +++ b/.github/workflows/build-docset.yml @@ -10,8 +10,7 @@ env: PIP_DISABLE_PIP_VERSION_CHECK: "1" PIP_NO_PYTHON_VERSION_WARNING: "1" -permissions: - contents: read +permissions: {} jobs: docset: @@ -28,7 +27,7 @@ jobs: - run: python -Im tox run -e docset - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: docset path: attrs.tgz