Skip to content

Commit 82c08bb

Browse files
authored
Upgrade checkout and upload-artifact actions to v4.
1 parent aa91853 commit 82c08bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Get source
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

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

3333
- name: Upload
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: NuGet Package Files (${{ matrix.os }})
3737
path: artifacts

0 commit comments

Comments
 (0)