Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 in /.github/workflows (#84)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and josefpihrt authored Sep 4, 2024
1 parent 49c342e commit 15e5375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# needs: build_nuget
# if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
# steps:
# - uses: actions/download-artifact@v3
# - uses: actions/download-artifact@v4
# with:
# name: nuget_packages
# path: nuget_packages
Expand All @@ -158,7 +158,7 @@ jobs:
runs-on: windows-latest
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: vs_extension
path: vs_extension
Expand All @@ -180,7 +180,7 @@ jobs:
- name: csharp
- name: vb
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: vs_code_extension_${{ matrix.component.name }}
path: vs_code_extension
Expand Down

0 comments on commit 15e5375

Please sign in to comment.