We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96abf2a commit caa5ce2Copy full SHA for caa5ce2
.github/workflows/build_dynamic_embedding_wheels.yml
@@ -55,6 +55,6 @@ jobs:
55
shell: bash
56
57
- name: Upload wheels
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
path: wheelhouse/*.whl
.github/workflows/docs.yml
@@ -83,7 +83,7 @@ jobs:
83
conda run -n build_binary make html
84
cd ..
85
- name: Upload Built-Docs
86
87
88
name: Built-Docs
89
path: docs/build/html/
@@ -105,7 +105,7 @@ jobs:
105
- name: Checkout
106
uses: actions/checkout@v3
107
- name: Download artifact
108
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
109
110
111
path: docs
0 commit comments