Skip to content

Commit d44be32

Browse files
authored
Merge pull request optuna#5744 from nzw0301/update-actions/upload-artifact
Update sphinx build's `upload-artifact` version
2 parents 9def06d + acbccad commit d44be32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
make html
5757
cd ../
5858
59-
- uses: actions/upload-artifact@v3
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
name: built-html
6262
path: |
6363
docs/build/html
6464
65-
- uses: actions/upload-artifact@v3
65+
- uses: actions/upload-artifact@v4
6666
with:
6767
name: tutorial
6868
path: |

0 commit comments

Comments
 (0)