Skip to content

Commit 67a1c6f

Browse files
Update actions/upload-pages-artifact action to v5 (#2865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5ab8df commit 67a1c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cd docs
2727
pip install zensical
2828
zensical build --clean
29-
- uses: actions/upload-pages-artifact@v4
29+
- uses: actions/upload-pages-artifact@v5
3030
with:
3131
path: docs/site
3232
- uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)