Skip to content

Commit

Permalink
Merge pull request #85 from neozhu/neozhu-patch-3
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
neozhu authored Sep 9, 2024
2 parents 289cb82 + 4d97c63 commit 711833b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
VsixManifestSourcePath: src\source.extension.cs

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET build dependencies
uses: timheuer/bootstrap-dotnet@v1
Expand All @@ -47,7 +47,7 @@ jobs:
# run: vstest.console.exe _built\*test.dll

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CleanArchitectureCodeGenerator.vsix
path: _built/**/*.vsix
Expand All @@ -57,10 +57,10 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Download Package artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: CleanArchitectureCodeGenerator.vsix

Expand Down

0 comments on commit 711833b

Please sign in to comment.