We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents decfc49 + 2379ed7 commit 65751c9Copy full SHA for 65751c9
.github/workflows/docs-build.yml
@@ -16,7 +16,7 @@ jobs:
16
cd docs
17
make html
18
- name: Upload Artifact
19
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
20
with:
21
name: docs-build
22
path: docs/_build/html
.github/workflows/publish-package.yml
@@ -62,7 +62,7 @@ jobs:
62
run: python -m zipfile --list dist/array_api_strict-*.whl
63
64
- name: Upload distribution artifact
65
66
67
name: dist-artifact
68
path: dist
@@ -83,7 +83,7 @@ jobs:
83
84
steps:
85
- name: Download distribution artifact
86
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
87
88
89
0 commit comments