diff --git a/.github/workflows/build_dynamic_embedding_wheels.yml b/.github/workflows/build_dynamic_embedding_wheels.yml index 3c37d2aa0..81c4a6c81 100644 --- a/.github/workflows/build_dynamic_embedding_wheels.yml +++ b/.github/workflows/build_dynamic_embedding_wheels.yml @@ -55,6 +55,6 @@ jobs: shell: bash - name: Upload wheels - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: wheelhouse/*.whl diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bd5162a4b..eec74086b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -83,7 +83,7 @@ jobs: conda run -n build_binary make html cd .. - name: Upload Built-Docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Built-Docs path: docs/build/html/ @@ -105,7 +105,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Built-Docs path: docs