Skip to content
Merged
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/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cd docs
make html
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: docs-build
path: docs/_build/html
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: python -m zipfile --list dist/array_api_compat-*.whl

- name: Upload distribution artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: dist-artifact
path: dist
Expand All @@ -81,7 +81,7 @@ jobs:

steps:
- name: Download distribution artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: dist-artifact
path: dist
Expand Down
Loading