Skip to content

Commit 52d71f7

Browse files
Merge pull request #25 from MichaelOstermann/renovate/actions-upload-pages-artifact-5.x
chore(deps): update actions/upload-pages-artifact action to v5
2 parents 693cb82 + eb05825 commit 52d71f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build with VitePress
3131
run: bun run docs:build
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v4
33+
uses: actions/upload-pages-artifact@v5
3434
with:
3535
path: docs/.vitepress/dist
3636

0 commit comments

Comments
 (0)