Skip to content

Commit 735722d

Browse files
committed
Fix CI
1 parent ce67971 commit 735722d

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: 3.1.x
29+
dotnet-version: 8
3030

3131
- name: Install mod_spatialite (Linux)
3232
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet pack -c Release --no-build -o artifacts -p:NoWarn=NU5105
5252

5353
- name: Upload
54-
uses: actions/upload-artifact@v1
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: NuGet Package Files (${{ matrix.os }})
5757
path: artifacts

.travis.yml

-39
This file was deleted.

0 commit comments

Comments
 (0)