Skip to content

Commit

Permalink
Newer version of artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Jan 13, 2025
1 parent 2a9904e commit c86d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: jupyter-book build .
- name: Upload pages artifact
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: _build/html/

Expand Down

0 comments on commit c86d438

Please sign in to comment.