Skip to content

Commit cc7df1d

Browse files
Update build.yml
1 parent 9958f43 commit cc7df1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Download Specific MelonLoader
4646
if: env.MELONLOADER_BRANCH != ''
47-
uses: dawidd6/action-download-artifact@v2
47+
uses: dawidd6/action-download-artifact@v6
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
workflow: build.yml
@@ -77,7 +77,7 @@ jobs:
7777

7878

7979
- name: Download Specific Mod Helper
80-
uses: dawidd6/action-download-artifact@v2
80+
uses: dawidd6/action-download-artifact@v6
8181
if: env.MOD_HELPER_BRANCH != ''
8282
with:
8383
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -98,9 +98,9 @@ jobs:
9898
9999
100100
- name: Setup .NET
101-
uses: actions/setup-dotnet@v2
101+
uses: actions/setup-dotnet@v4
102102
with:
103-
dotnet-version: 6.0.x # net6 can still build older as well
103+
dotnet-version: 8.0.x
104104

105105

106106
- name: Build

0 commit comments

Comments
 (0)