Skip to content

Commit 1d4902a

Browse files
authored
Update dotnet.yml
1 parent 0545ea9 commit 1d4902a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3.0.3
17+
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: 7.0.x
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
2323
run: dotnet build --no-restore
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal
2626
- name: Upload a Build Artifact
27-
uses: actions/upload-artifact@v3.1.1
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: DwC-A_dotnet.Interactive.nupkg
3030
path: src/DwC-A_dotnet.Interactive/bin/Debug/DwC-A_dotnet.Interactive.*.nupkg

0 commit comments

Comments
 (0)