Skip to content

Commit 4b9d5d8

Browse files
Merge pull request #7 from farbcodegmbh/dependabot/github_actions/actions/upload-pages-artifact-4
chore(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 3175b56 + 4b097fd commit 4b9d5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build with VitePress
4545
run: npm run docs:build
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v4
4848
with:
4949
path: docs/.vitepress/dist
5050

0 commit comments

Comments
 (0)