Skip to content

Commit

Permalink
Update workflow actions to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jul 9, 2024
1 parent 098a3d5 commit a7b5bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
- name: Restore
run: dotnet restore
- name: Build
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release --no-build
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: '**/*.nupkg'
Expand Down

0 comments on commit a7b5bb2

Please sign in to comment.