Skip to content

Commit 97a8d92

Browse files
committed
Update download-artifact to v4
1 parent f98bc78 commit 97a8d92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-build.yml

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

0 commit comments

Comments
 (0)