Skip to content

Commit dfc3c72

Browse files
chore(deps): update github artifact actions (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b2c892 commit dfc3c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: pnpm install
2525
- run: pnpm build
2626
- run: pnpm lint:prettier
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
name: vitepress-dist
3030
path: wiki/.vitepress/dist/
@@ -48,7 +48,7 @@ jobs:
4848
--no-progress
4949
--config .github/lychee.toml
5050
.
51-
- uses: actions/download-artifact@v4
51+
- uses: actions/download-artifact@v7
5252
with:
5353
name: vitepress-dist
5454
path: wiki/.vitepress/dist/

0 commit comments

Comments
 (0)