Skip to content

Commit

Permalink
artifact actions v3 is depricatred
Browse files Browse the repository at this point in the history
  • Loading branch information
aliafzal authored and facebook-github-bot committed Jan 31, 2025
1 parent b3e19e2 commit 71c4429
Showing 1 changed file with 2 additions and 2 deletions.
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 71c4429

Please sign in to comment.