Skip to content

Commit

Permalink
Merge pull request optuna#5744 from nzw0301/update-actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact

Update sphinx build's `upload-artifact` version
  • Loading branch information
nabenabe0928 authored Nov 7, 2024
2 parents 9def06d + acbccad commit d44be32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
make html
cd ../
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: built-html
path: |
docs/build/html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: tutorial
path: |
Expand Down

0 comments on commit d44be32

Please sign in to comment.