Skip to content

Commit fd14d87

Browse files
ci: update
1 parent 14140c2 commit fd14d87

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Setup MSBuild.exe
26-
uses: microsoft/setup-msbuild@v1
26+
uses: microsoft/setup-msbuild@v2
2727

2828
- name: Restore the application
2929
run: |
@@ -66,9 +66,9 @@ jobs:
6666
run: msbuild ExViewer.sln /p:Configuration=Release /p:Platform=${{ matrix.arch }}
6767

6868
- name: Upload build artifacts
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
71-
name: Packages
71+
name: Packages-${{ matrix.arch }}
7272
path: ExViewer/AppPackages
7373

7474
deploy:
@@ -78,10 +78,11 @@ jobs:
7878

7979
steps:
8080
- name: Download build artifacts
81-
uses: actions/download-artifact@v4.1.7
81+
uses: actions/download-artifact@v4
8282
with:
83-
name: Packages
83+
pattern: Packages-*
8484
path: ./
85+
merge-multiple: true
8586
- name: Upload symbols
8687
env:
8788
MOBILE_CENTER_CURRENT_APP: Opportunity/E-Viewer

0 commit comments

Comments
 (0)