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 @@ -105,7 +105,7 @@ jobs:
105105 env :
106106 BASE_URL : /nuxt-booster/playground/
107107 - name : Archive Production Artifact
108- uses : actions/upload-artifact@v4
108+ uses : actions/upload-artifact@v5
109109 with :
110110 name : playgroundArtifact
111111 path : playground/dist
@@ -141,7 +141,7 @@ jobs:
141141 BASE_URL : /nuxt-booster/
142142 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
143143 - name : Archive Production Artifact
144- uses : actions/upload-artifact@v4
144+ uses : actions/upload-artifact@v5
145145 with :
146146 name : docsArtifact
147147 path : docs/.vitepress/dist
@@ -156,12 +156,12 @@ jobs:
156156 node : [22]
157157 steps :
158158 - name : Download Artifact (Docs)
159- uses : actions/download-artifact@v5
159+ uses : actions/download-artifact@v6
160160 with :
161161 name : docsArtifact
162162 path : public
163163 - name : Download Artifact (Playground)
164- uses : actions/download-artifact@v5
164+ uses : actions/download-artifact@v6
165165 with :
166166 name : playgroundArtifact
167167 path : public/playground
You can’t perform that action at this time.
0 commit comments