Skip to content

Commit 1991434

Browse files
committed
[skip ci] Fixed typo version
1 parent 79cfd71 commit 1991434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ jobs:
219219

220220
steps:
221221
- name: Deploying linux artifacts
222-
uses: actions/download-artifact@v6
222+
uses: actions/download-artifact@v4
223223
with:
224224
name: linux32
225225

226226
- name: Deploying windows artifacts
227-
uses: actions/download-artifact@v6
227+
uses: actions/download-artifact@v4
228228
with:
229229
name: win32
230230

0 commit comments

Comments
 (0)