File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,25 +148,25 @@ jobs:
148148
149149 steps :
150150 - name : Download build artifacts
151- uses : actions/download-artifact@v3
151+ uses : actions/download-artifact@v4
152152 with :
153153 name : EdgeNodeLauncher-WIN32-build-${{ github.event.pull_request.number }}-${{ github.sha }}
154154 path : ./all-builds/EdgeNodeLauncher-WIN32-signed
155155
156156 - name : Download build artifacts
157- uses : actions/download-artifact@v3
157+ uses : actions/download-artifact@v4
158158 with :
159159 name : EdgeNodeLauncher-LINUX_Ubuntu-24.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
160160 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-24.04
161161
162162 - name : Download build artifacts
163- uses : actions/download-artifact@v3
163+ uses : actions/download-artifact@v4
164164 with :
165165 name : EdgeNodeLauncher-LINUX_Ubuntu-22.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
166166 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-22.04
167167
168168 - name : Download build artifacts
169- uses : actions/download-artifact@v3
169+ uses : actions/download-artifact@v4
170170 with :
171171 name : EdgeNodeLauncher-LINUX_Ubuntu-20.04-build-${{ github.event.pull_request.number }}-${{ github.sha }}
172172 path : ./all-builds/EdgeNodeLauncher-LINUX_Ubuntu-20.04
You can’t perform that action at this time.
0 commit comments