Skip to content

Commit 76b48c7

Browse files
committed
fix CI
1 parent 0b72aaa commit 76b48c7

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
submodules: true
1212

1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@v3
14+
uses: actions/setup-dotnet@v4
1515
with:
1616
dotnet-version: 6.x
1717

@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
verbosity: Diagnostic
2222

23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: SmolMod.dll
2626
path: SmolMod/bin/Release/net6.0/SmolMod.dll

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
.vs
66
.idea
77
bin
8-
obj
8+
obj
9+
*.user
10+
*.DotSettings

0 commit comments

Comments
 (0)