Skip to content

Commit

Permalink
Upgrade checkout and upload-artifact actions to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak authored Sep 7, 2024
1 parent aa91853 commit 82c08bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Get source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v4
Expand All @@ -31,7 +31,7 @@ jobs:
run: dotnet pack -c Release --no-build -o artifacts -p:NoWarn=NU5105

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet Package Files (${{ matrix.os }})
path: artifacts
Expand Down

0 comments on commit 82c08bb

Please sign in to comment.