Skip to content

Commit 0e0fe74

Browse files
committed
Update CI
1 parent ab713a4 commit 0e0fe74

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@ on: [ "push", "pull_request" ]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: true
1313

1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v2
15+
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 6.x
17+
dotnet-version: 9.x
1818

1919
- name: Run the Cake script
20-
uses: cake-build/cake-action@v1
20+
uses: cake-build/cake-action@v3
2121
with:
2222
verbosity: Diagnostic
23-
cake-version: 4.2.0
2423

25-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2625
with:
2726
name: nuget packages
2827
path: ./BepInEx.AssemblyPublicizer*/bin/Release/*.nupkg

0 commit comments

Comments
 (0)