Skip to content

Commit be0f545

Browse files
committed
Attempt to fix CI
1 parent 8a0a1b6 commit be0f545

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515

16-
- uses: microsoft/setup-msbuild@v1.1
16+
- uses: microsoft/setup-msbuild@v2
1717
- uses: ilammy/msvc-dev-cmd@v1
1818

1919
- name: Download premake5
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
submodules: true
4242

43-
- uses: microsoft/setup-msbuild@v1.1
43+
- uses: microsoft/setup-msbuild@v2
4444
- uses: ilammy/msvc-dev-cmd@v1
4545

4646
- name: Download premake5
@@ -67,21 +67,21 @@ jobs:
6767
run: MSBuild /p:Configuration=Release /p:Platform=TR8
6868

6969
# upload
70-
- uses: actions/upload-artifact@v3
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: Legend
7373
path: |
7474
bin/TR7/Release/TR7-Menu-Hook.asi
7575
bin/TR7/Release/TR7-Menu-Hook.pdb
7676
77-
- uses: actions/upload-artifact@v3
77+
- uses: actions/upload-artifact@v4
7878
with:
7979
name: Anniversary
8080
path: |
8181
bin/TRAE/Release/TRAE-Menu-Hook.asi
8282
bin/TRAE/Release/TRAE-Menu-Hook.pdb
8383
84-
- uses: actions/upload-artifact@v3
84+
- uses: actions/upload-artifact@v4
8585
with:
8686
name: Underworld
8787
path: |

docs/patches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MaxShadowMap = 8192
1010

1111
## Heap size
1212

13-
By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase the reserved memory.
13+
By default the game reserves 256 megabytes of heap memory to use, this patch allows you to increase this value.
1414

1515
> [!WARNING]
1616
> The operating system might refuse to reserve a large amount of memory when increasing this value.

0 commit comments

Comments
 (0)