@@ -114,7 +114,7 @@ jobs:
114
114
id-token : write
115
115
steps :
116
116
- uses : actions/checkout@v3
117
- - uses : actions/download-artifact@v3
117
+ - uses : actions/download-artifact@v4.1.7
118
118
with :
119
119
name : nuget_preview
120
120
path : ./artifacts
@@ -155,7 +155,7 @@ jobs:
155
155
id-token : write
156
156
steps :
157
157
- uses : actions/checkout@v3
158
- - uses : actions/download-artifact@v3
158
+ - uses : actions/download-artifact@v4.1.7
159
159
with :
160
160
name : nuget_release
161
161
path : ./artifacts
@@ -175,7 +175,7 @@ jobs:
175
175
if : ${{ github.event_name == 'push' }}
176
176
needs : [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
177
177
steps :
178
- - uses : actions/download-artifact@v3
178
+ - uses : actions/download-artifact@v4.1.7
179
179
with :
180
180
name : windows_release_x64
181
181
path : ./artifacts
@@ -191,7 +191,7 @@ jobs:
191
191
if : ${{ github.event_name == 'push' }}
192
192
needs : [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
193
193
steps :
194
- - uses : actions/download-artifact@v3
194
+ - uses : actions/download-artifact@v4.1.7
195
195
with :
196
196
name : windows_release_x64
197
197
path : ./artifacts
0 commit comments