We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2c892 commit 82707ddCopy full SHA for 82707dd
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: pnpm install
25
- run: pnpm build
26
- run: pnpm lint:prettier
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
28
with:
29
name: vitepress-dist
30
path: wiki/.vitepress/dist/
@@ -48,7 +48,7 @@ jobs:
48
--no-progress
49
--config .github/lychee.toml
50
.
51
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
52
53
54
0 commit comments