Skip to content

Commit 8349424

Browse files
authored
Merge pull request #162 from basics/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents ed146b9 + 871212a commit 8349424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
BASE_URL: /vue-semantic-structure/playground/
105105
VITE_GITHUB_URL: https://github.com/basics/vue-semantic-structure
106106
- name: Archive Production Artifact
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v5
108108
with:
109109
name: playgroundArtifact
110110
path: playground/dist
@@ -140,7 +140,7 @@ jobs:
140140
BASE_URL: /vue-semantic-structure/
141141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142142
- name: Archive Production Artifact
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v5
144144
with:
145145
name: docsArtifact
146146
path: docs/.vitepress/dist
@@ -155,12 +155,12 @@ jobs:
155155
node: [22]
156156
steps:
157157
- name: Download Artifact (Docs)
158-
uses: actions/download-artifact@v5
158+
uses: actions/download-artifact@v6
159159
with:
160160
name: docsArtifact
161161
path: public
162162
- name: Download Artifact (Playground)
163-
uses: actions/download-artifact@v5
163+
uses: actions/download-artifact@v6
164164
with:
165165
name: playgroundArtifact
166166
path: public/playground

0 commit comments

Comments
 (0)