File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,27 +148,27 @@ jobs:
148148 TAG : ${{ github.ref }}
149149 run : echo "version=${TAG:11}" >> $GITHUB_OUTPUT
150150 - name : Fetch Linux artifact
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v2
152152 with :
153153 name : linux
154154 path : release
155155 - name : Fetch Linux ARM artifact
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v2
157157 with :
158158 name : linux-arm
159159 path : release
160160 - name : Fetch MacOS artifact
161- uses : actions/download-artifact@v4
161+ uses : actions/download-artifact@v2
162162 with :
163163 name : macos
164164 path : release
165165 - name : Fetch Windows installer
166- uses : actions/download-artifact@v4
166+ uses : actions/download-artifact@v2
167167 with :
168168 name : windows-installer
169169 path : release
170170 - name : Fetch Windows zip
171- uses : actions/download-artifact@v4
171+ uses : actions/download-artifact@v2
172172 with :
173173 name : windows-zip
174174 path : release
You can’t perform that action at this time.
0 commit comments