Skip to content

Commit 7284f29

Browse files
authored
Merge pull request #88 from aaronparker/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 423f1ca + e55bbc4 commit 7284f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build with VitePress
5454
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v4
56+
uses: actions/upload-pages-artifact@v5
5757
with:
5858
path: .vitepress/dist
5959

0 commit comments

Comments
 (0)