Skip to content

Commit

Permalink
Update upload/download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Feb 2, 2024
1 parent 9be9dfa commit 582bc4a
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 @@ -77,7 +77,7 @@ jobs:
ls docs/notebooks
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: notebooks-for-${{ github.sha }}
path: docs/notebooks
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
sphinx-apidoc -f -o docs/api/ astromodels
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: api-stubs-for-${{ github.sha }}
path: docs/api
Expand Down

0 comments on commit 582bc4a

Please sign in to comment.