Skip to content

Commit 14c599d

Browse files
committed
yo
1 parent 7684550 commit 14c599d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,19 @@ jobs:
9494
mkdir -p build/runtimes/win-x64
9595
choco install nuget.commandline
9696
- name: Download linux-x64
97-
uses: actions/download-artifact@v1
97+
uses: actions/download-artifact@v4
9898
with:
99-
name: 'linux-x64'
99+
name: 'linux-x64.zip'
100100
path: build/runtimes/linux-x64/native
101101
- name: Download osx
102-
uses: actions/download-artifact@v1
102+
uses: actions/download-artifact@v4
103103
with:
104-
name: 'osx'
104+
name: 'osx.zip'
105105
path: build/runtimes/osx/native
106106
- name: Download win-x64
107-
uses: actions/download-artifact@v1
107+
uses: actions/download-artifact@v4
108108
with:
109-
name: 'win-x64'
109+
name: 'win-x64.zip'
110110
path: build/runtimes/win-x64/native
111111
- name: Calculate Version
112112
id: version

0 commit comments

Comments
 (0)