Skip to content

Commit caa5ce2

Browse files
aliafzalfacebook-github-bot
authored andcommitted
artifact actions v3 is depricatred (#2716)
Summary: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ updating artifact actions to v4 Differential Revision: D68931905
1 parent 96abf2a commit caa5ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_dynamic_embedding_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
shell: bash
5656

5757
- name: Upload wheels
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
path: wheelhouse/*.whl

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
conda run -n build_binary make html
8484
cd ..
8585
- name: Upload Built-Docs
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: Built-Docs
8989
path: docs/build/html/
@@ -105,7 +105,7 @@ jobs:
105105
- name: Checkout
106106
uses: actions/checkout@v3
107107
- name: Download artifact
108-
uses: actions/download-artifact@v3
108+
uses: actions/download-artifact@v4
109109
with:
110110
name: Built-Docs
111111
path: docs

0 commit comments

Comments
 (0)