Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 authored Sep 6, 2024
1 parent e61bdc6 commit 8c9f833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd docs
make html
- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation_built
path: docs/build/html
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Download documentation for deployment
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: documentation_built
path: docs/build/html
Expand Down

0 comments on commit 8c9f833

Please sign in to comment.