Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Apr 16, 2024
1 parent 859da38 commit b72bc1b
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 @@ -17,7 +17,7 @@ jobs:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.BUILD_DOTNET_VERSION }}

Expand All @@ -34,7 +34,7 @@ jobs:
run: dotnet test --configuration Release --no-build src/Abc.Zebus.MessageDsl.sln

- name: Upload NuGet
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NuGet
path: output/*.nupkg
Expand All @@ -49,7 +49,7 @@ jobs:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.BUILD_DOTNET_VERSION }}

Expand Down

0 comments on commit b72bc1b

Please sign in to comment.