Skip to content

Commit 431f44d

Browse files
Update dotnet-core.yml
1 parent 6e99a38 commit 431f44d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v1
1616
with:
17-
dotnet-version: 3.1.301
17+
dotnet-version: 8.0.x
1818
- name: Install dependencies
1919
run: dotnet restore
2020
- name: Build
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet test --no-restore --verbosity normal
2424
- name: Pack
2525
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release -o .
26-
- uses: actions/upload-artifact@v2
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: nuget-packages
2929
path: |

0 commit comments

Comments
 (0)