90
90
fetch-depth : 0
91
91
92
92
- name : Download NuGet Artifacts
93
- uses : actions/download-artifact@v3
93
+ uses : actions/download-artifact@v4
94
94
with :
95
95
name : NuGets
96
96
path : nugets
@@ -118,13 +118,13 @@ jobs:
118
118
119
119
steps :
120
120
- name : Download NuGet Artifacts
121
- uses : actions/download-artifact@v3
121
+ uses : actions/download-artifact@v4
122
122
with :
123
123
name : NuGets
124
124
path : nugets
125
125
126
126
- name : Download Demo App Artifacts
127
- uses : actions/download-artifact@v3
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : DemoApp
130
130
path : demo-app
@@ -133,7 +133,7 @@ jobs:
133
133
run : zip -r DemoApp.zip demo-app/*
134
134
135
135
- name : Download Release Notes
136
- uses : actions/download-artifact@v3
136
+ uses : actions/download-artifact@v4
137
137
with :
138
138
name : ReleaseNotes
139
139
@@ -155,7 +155,7 @@ jobs:
155
155
repository : ${{ github.repository }}.wiki
156
156
157
157
- name : Download Icon Changes
158
- uses : actions/download-artifact@v3
158
+ uses : actions/download-artifact@v4
159
159
with :
160
160
name : IconChanges
161
161
path : icon-changes
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
steps :
219
219
- name : Download NuGet Artifacts
220
- uses : actions/download-artifact@v3
220
+ uses : actions/download-artifact@v4
221
221
with :
222
222
name : NuGets
223
223
path : nugets
0 commit comments