Skip to content

Commit 386491b

Browse files
authored
Update build.yml to use /upload-artifact@v4
/upload-artifact@v1 is deprecated: https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/
1 parent ad452d5 commit 386491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -r requirements.txt
3535
sphinx-build -D todo_include_todos=0 docs ./docs/_build/html/
3636
# not necessary for deployment, but makes output observable
37-
- uses: actions/upload-artifact@v1
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: DocumentationHTML
4040
path: docs/_build/html/

0 commit comments

Comments
 (0)