Skip to content

Commit bc7b725

Browse files
Update actions/upload-pages-artifact action to v4 (#1494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71b99f6 commit bc7b725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Upload static files as artifact
2828
id: deployment
29-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-pages-artifact@v4
3030
with:
3131
path: docs-app/.vitepress/dist
3232

0 commit comments

Comments
 (0)