Skip to content

Commit

Permalink
Use upload@v4 for docset
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 31, 2023
1 parent bb45938 commit cbfc9d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_NO_PYTHON_VERSION_WARNING: "1"

permissions:
contents: read
permissions: {}

jobs:
docset:
Expand All @@ -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

0 comments on commit cbfc9d6

Please sign in to comment.