Skip to content

Commit

Permalink
MTN update artifact-upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Oct 21, 2024
1 parent 19c5507 commit b27e3eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -e .[doc]
echo "localhost slots=50">hostfile
- name: Upload generated HTML as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: DocHTML
path: docs/_build/html/
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: DocHTML
path: docs/_build/html/
Expand All @@ -57,4 +57,4 @@ jobs:
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit b27e3eb

Please sign in to comment.