Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Sep 12, 2024
1 parent eaf1366 commit b7d280d
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@v3
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@v3
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@v3
with:
name: VSExt-Build.Definition.vs2022
path: .

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

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

0 comments on commit b7d280d

Please sign in to comment.