Skip to content

Commit 5ee3444

Browse files
committed
Fix CI
1 parent ce67971 commit 5ee3444

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Get source
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: 3.1.x
29+
dotnet-version: 8.0.x
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

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)