Skip to content

Commit

Permalink
feat: update .NET version to 9.0 and upgrade upload artifact action t…
Browse files Browse the repository at this point in the history
…o v4
  • Loading branch information
Elagoht committed Dec 21, 2024
1 parent a601960 commit f8ea052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"

- name: Install dependencies
run: dotnet restore src
Expand All @@ -66,7 +66,7 @@ jobs:
powershell Compress-Archive -Path publish\* -DestinationPath ${{ matrix.os }}-${{ matrix.architecture }}-artifact.zip
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.architecture }}-artifact
path: ./${{ matrix.os }}-${{ matrix.architecture }}-artifact.zip
Expand Down

0 comments on commit f8ea052

Please sign in to comment.