Skip to content

Commit 7c52e3a

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

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
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: docs
2424
- run: zensical build --clean
2525
working-directory: docs
26-
- uses: actions/upload-pages-artifact@v4
26+
- uses: actions/upload-pages-artifact@v5
2727
with:
2828
path: docs/site
2929
- uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)