Skip to content

Commit bdc89ea

Browse files
authored
Update build-wpf-app.yml
1 parent d298952 commit bdc89ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-wpf-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
# Step 7: Archive x86 binaries as build artifacts
4646
- name: Archive x86 Release binaries
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: Release-build-x86
5050
path: |
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Step 10: Archive x64 binaries as build artifacts
6969
- name: Archive x64 Release binaries
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: Release-build-x64
7373
path: |
@@ -84,13 +84,13 @@ jobs:
8484

8585
# Step 2: Download the build artifacts (x86 and x64)
8686
- name: Download build artifacts
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: Release-build-x86
9090
path: ./bin/Release/x86/
9191

9292
- name: Download build artifacts (x64)
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: Release-build-x64
9696
path: ./bin/Release/x64/

0 commit comments

Comments
 (0)