We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e99a38 commit 431f44dCopy full SHA for 431f44d
1 file changed
.github/workflows/dotnet-core.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Setup .NET Core
15
uses: actions/setup-dotnet@v1
16
with:
17
- dotnet-version: 3.1.301
+ dotnet-version: 8.0.x
18
- name: Install dependencies
19
run: dotnet restore
20
- name: Build
@@ -23,7 +23,7 @@ jobs:
23
run: dotnet test --no-restore --verbosity normal
24
- name: Pack
25
run: dotnet pack --include-symbols -p:SymbolPackageFormat=snupkg --no-build -c Release -o .
26
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
27
28
name: nuget-packages
29
path: |
0 commit comments