Skip to content

Commit d880653

Browse files
committed
Upgrade download-artifact action to v4
1 parent 23de6ea commit d880653

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
@@ -117,27 +117,27 @@ jobs:
117117
TAG: ${{ github.ref }}
118118
run: echo "version=${TAG:11}" >> $GITHUB_OUTPUT
119119
- name: Fetch Linux artifact
120-
uses: actions/download-artifact@v2
120+
uses: actions/download-artifact@v4
121121
with:
122122
name: linux
123123
path: release
124124
- name: Fetch Linux ARM artifact
125-
uses: actions/download-artifact@v2
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: linux-arm
128128
path: release
129129
- name: Fetch MacOS artifact
130-
uses: actions/download-artifact@v2
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: macos
133133
path: release
134134
- name: Fetch Windows installer
135-
uses: actions/download-artifact@v2
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: windows-installer
138138
path: release
139139
- name: Fetch Windows zip
140-
uses: actions/download-artifact@v2
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: windows-zip
143143
path: release

0 commit comments

Comments
 (0)