Skip to content

Commit

Permalink
Update build actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Feb 17, 2024
1 parent 71b49db commit fe6125b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
Expand All @@ -39,7 +39,8 @@ jobs:
run: dotnet test --configuration Release --no-build src/RazorBlade.sln

- name: Upload NuGet
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NuGet
path: output/*.nupkg
if-no-files-found: error

0 comments on commit fe6125b

Please sign in to comment.