File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,22 +127,22 @@ jobs:
127
127
release_name : ${{ steps.get_version.outputs.VERSION }}
128
128
129
129
- name : Download Linux amd64 tarball
130
- uses : actions/download-artifact@v2
130
+ uses : actions/download-artifact@v4.1.7
131
131
with :
132
132
name : ${{ env.LINUX_AMD64_TARGET }}
133
133
134
134
- name : Download Linux arm64 tarball
135
- uses : actions/download-artifact@v2
135
+ uses : actions/download-artifact@v4.1.7
136
136
with :
137
137
name : ${{ env.LINUX_ARM64_TARGET }}
138
138
139
139
- name : Download Windows tarball
140
- uses : actions/download-artifact@v2
140
+ uses : actions/download-artifact@v4.1.7
141
141
with :
142
142
name : ${{ env.WINDOWS_TARGET }}
143
143
144
144
- name : Download MacOS tarball
145
- uses : actions/download-artifact@v2
145
+ uses : actions/download-artifact@v4.1.7
146
146
with :
147
147
name : ${{ env.MACOS_TARGET }}
148
148
You can’t perform that action at this time.
0 commit comments