Skip to content

Commit 22303d7

Browse files
committed
Revert download-artifact action version change
1 parent 57eef0a commit 22303d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)