Skip to content

Commit

Permalink
Update setup-dotnet to v4
Browse files Browse the repository at this point in the history
Update upload-artifact to v4
  • Loading branch information
wherewhere committed Jan 30, 2024
1 parent 5d3462c commit 62378ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

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

Expand All @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

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

Expand All @@ -84,7 +84,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Nuget Package
path: nugets/**

0 comments on commit 62378ca

Please sign in to comment.