File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
# needs: build_nuget
147
147
# if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
148
148
# steps:
149
- # - uses: actions/download-artifact@v3
149
+ # - uses: actions/download-artifact@v4
150
150
# with:
151
151
# name: nuget_packages
152
152
# path: nuget_packages
@@ -158,7 +158,7 @@ jobs:
158
158
runs-on : windows-latest
159
159
if : github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
160
160
steps :
161
- - uses : actions/download-artifact@v3
161
+ - uses : actions/download-artifact@v4
162
162
with :
163
163
name : vs_extension
164
164
path : vs_extension
@@ -180,7 +180,7 @@ jobs:
180
180
- name : csharp
181
181
- name : vb
182
182
steps :
183
- - uses : actions/download-artifact@v3
183
+ - uses : actions/download-artifact@v4
184
184
with :
185
185
name : vs_code_extension_${{ matrix.component.name }}
186
186
path : vs_code_extension
You can’t perform that action at this time.
0 commit comments