Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
coverage run -m pytest -q
coverage xml -o coverage.xml
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v7
with:
name: coverage-${{ matrix.python-version }}
path: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
commit_user_name: github-actions
commit_user_email: github-actions@github.com
file_pattern: coverage.svg
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v7
with:
name: coverage-report
path: |
Expand All @@ -82,7 +82,7 @@ jobs:
pip install sphinx myst-parser furo
- name: Build documentation
run: sphinx-build -b html docs docs/_build/html
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v7
with:
name: docs-html
path: docs/_build/html
Loading