Skip to content

Commit 15e5375

Browse files
Bump actions/download-artifact from 3 to 4 in /.github/workflows (#84)
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/build.yml * Update .github/workflows/build.yml * Update .github/workflows/build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josef Pihrt <[email protected]>
1 parent 49c342e commit 15e5375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# needs: build_nuget
147147
# if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
148148
# steps:
149-
# - uses: actions/download-artifact@v3
149+
# - uses: actions/download-artifact@v4
150150
# with:
151151
# name: nuget_packages
152152
# path: nuget_packages
@@ -158,7 +158,7 @@ jobs:
158158
runs-on: windows-latest
159159
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
160160
steps:
161-
- uses: actions/download-artifact@v3
161+
- uses: actions/download-artifact@v4
162162
with:
163163
name: vs_extension
164164
path: vs_extension
@@ -180,7 +180,7 @@ jobs:
180180
- name: csharp
181181
- name: vb
182182
steps:
183-
- uses: actions/download-artifact@v3
183+
- uses: actions/download-artifact@v4
184184
with:
185185
name: vs_code_extension_${{ matrix.component.name }}
186186
path: vs_code_extension

0 commit comments

Comments
 (0)