Skip to content

Commit

Permalink
Update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Nov 16, 2023
1 parent eee1974 commit 56c5ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build with Sphinx
run: cd doc && make html
- name: Upload documentation artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: documentation
path: ./doc/_build/html
Expand All @@ -104,12 +104,12 @@ jobs:
needs: [documentation, linting]
steps:
- name: Download documentation artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: documentation
path: ./html
- name: Download linting artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linting
path: ./html
Expand Down

0 comments on commit 56c5ca3

Please sign in to comment.