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 @@ -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
You can’t perform that action at this time.
0 commit comments