Skip to content

Commit 72af147

Browse files
committed
Merge remote-tracking branch 'origin/master' into se-fix
2 parents 15db2ed + ee165a5 commit 72af147

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
runs-on: windows-latest
99

1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@v4
1212
- name: Setup Nuget.exe
1313
uses: NuGet/setup-nuget@v1.0.5
1414
- name: Setup MSBuild.exe
15-
uses: microsoft/setup-msbuild@v1
15+
uses: microsoft/setup-msbuild@v2
1616
- name: Restore
1717
working-directory: .
1818
run: nuget restore
1919
- name: MSBuild
2020
working-directory: .
2121
run: msbuild /t:Build /p:Configuration=Release BepInEx.Debug.sln
2222
- name: Upload artifact
23-
uses: actions/upload-artifact@v1.0.0
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: BepInEx.Debug
2626
path: bin

0 commit comments

Comments
 (0)