Skip to content

Commit 78171f8

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#149)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Y.D.X. <73375426+YDX-2147483647@users.noreply.github.com>
1 parent 7470ee6 commit 78171f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
needs: build
8989
runs-on: ubuntu-latest
9090
steps:
91-
- uses: actions/download-artifact@v7
91+
- uses: actions/download-artifact@v8
9292
with:
9393
name: vercel-dist
9494
- name: Disable clean URLs
@@ -118,7 +118,7 @@ jobs:
118118
contents: read
119119
deployments: write
120120
steps:
121-
- uses: actions/download-artifact@v7
121+
- uses: actions/download-artifact@v8
122122
with:
123123
name: cloudflare-dist
124124
path: docs/.vitepress/dist

0 commit comments

Comments
 (0)