Skip to content

Commit 074c9a6

Browse files
authored
Merge pull request #1350 from basics/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 0364b67 + 6e7be37 commit 074c9a6

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
@@ -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

0 commit comments

Comments
 (0)