Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 9e6e593 commit 51c1c52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo $env:Path >> $Env:GITHUB_PATH
- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: VSExt-Build.Definition.vs2022
path: Test
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: VSExt-Build.Definition.vs2022
path: Container/
Expand All @@ -160,19 +160,19 @@ jobs:

steps:
- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: VSExt-Build.Definition.vs2022
path: .

- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: VSExt-Emscripten.VSCodeDwarfDebug.vs2022
path: .

- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: VSExt-Emscripten.ExtensionPack.vs2022
path: .
Expand Down

0 comments on commit 51c1c52

Please sign in to comment.