Skip to content

Commit 01a562f

Browse files
chore(deps): update actions/upload-pages-artifact action to v5
| datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | actions/upload-pages-artifact | v4 | v5 |
1 parent ba75c4d commit 01a562f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm run docs:build
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v4
48+
uses: actions/upload-pages-artifact@v5
4949
with:
5050
path: docs/.vitepress/dist
5151

0 commit comments

Comments
 (0)