Skip to content

Commit e5c1777

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-website.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cd docs && npm run build
5252

5353
- name: Upload Artifacts
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: docs
5757
path: docs/.vuepress/dist
@@ -74,7 +74,7 @@ jobs:
7474
enablement: true
7575

7676
- name: Download Artifacts for Website
77-
uses: actions/download-artifact@v6
77+
uses: actions/download-artifact@v7
7878
with:
7979
name: docs
8080
path: ./dist
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download Artifacts for Website
104-
uses: actions/download-artifact@v6
104+
uses: actions/download-artifact@v7
105105
with:
106106
name: docs
107107
path: ./dist

0 commit comments

Comments
 (0)