Skip to content

Commit dbef430

Browse files
committed
update to actions/upload-artifact@v4
1 parent 8a63e4d commit dbef430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: ammaraskar/[email protected]
2626

2727
- name: Upload artifacts
28-
uses: actions/upload-artifact@v1
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: html-docs
3131
path: docs/_build/html/
@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: docs/_build/html
37+
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)