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 5938c3f + 65412ed commit f8b9dc4Copy full SHA for f8b9dc4
.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
@@ -60,7 +60,7 @@ jobs:
60
run: python -m zipfile --list dist/array_api_compat-*.whl
61
62
- name: Upload distribution artifact
63
64
65
name: dist-artifact
66
path: dist
@@ -81,7 +81,7 @@ jobs:
81
82
steps:
83
- name: Download distribution artifact
84
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
85
86
87
0 commit comments