Skip to content

Commit ee165a5

Browse files
CopilotManlyMarco
andauthored
Update deprecated GitHub Actions to current versions (#19)
* Initial plan * Update GitHub Actions to current stable versions Co-authored-by: ManlyMarco <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ManlyMarco <[email protected]>
1 parent e6e9176 commit ee165a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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/[email protected]
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)