Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run: python -Im tox run -e docset

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: docset
path: attrs.tgz
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: env.IS_PYPY == '0' && matrix.python-version != '3.7'

- name: Upload coverage data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
python -Im coverage report --fail-under=100

- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: html-report
path: htmlcov
Expand Down
Loading