Skip to content

Commit 71c4429

Browse files
aliafzalfacebook-github-bot
authored andcommitted
artifact actions v3 is depricatred
Summary: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ Differential Revision: D68931905
1 parent b3e19e2 commit 71c4429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)