Skip to content

Commit

Permalink
artifact actions v3 is depricatred (pytorch#2716)
Browse files Browse the repository at this point in the history
Summary:

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

updating artifact actions to v4

Differential Revision: D68931905
  • Loading branch information
aliafzal authored and facebook-github-bot committed Feb 3, 2025
1 parent 96abf2a commit caa5ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dynamic_embedding_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit caa5ce2

Please sign in to comment.