Skip to content

Commit 131e747

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 9fc6675 commit 131e747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ jobs:
155155
node: [22]
156156
steps:
157157
- name: Download Artifact (Docs)
158-
uses: actions/download-artifact@v4
158+
uses: actions/download-artifact@v5
159159
with:
160160
name: docsArtifact
161161
path: public
162162
- name: Download Artifact (Playground)
163-
uses: actions/download-artifact@v4
163+
uses: actions/download-artifact@v5
164164
with:
165165
name: playgroundArtifact
166166
path: public/playground

0 commit comments

Comments
 (0)