Skip to content

Commit

Permalink
chore: Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Breuer <[email protected]>
  • Loading branch information
angelobreuer authored Mar 17, 2024
1 parent 8f3be06 commit d15dd20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
fetch-depth: 0

- name: Install .NET 7.0
- name: Install .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore src/Lavalink4NET.sln
Expand Down Expand Up @@ -56,13 +56,13 @@ jobs:
cat coverage/Summary.txt
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CoverageSummary.html
path: coverage/summary.html

- name: Archive code coverage history
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CoverageHistory.html
path: coverage/history/*.xml
Expand Down

0 comments on commit d15dd20

Please sign in to comment.