File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments