Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit f8ea052

Browse files
committed
feat: update .NET version to 9.0 and upgrade upload artifact action to v4
1 parent a601960 commit f8ea052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup .NET
4343
uses: actions/setup-dotnet@v2
4444
with:
45-
dotnet-version: "8.0.x"
45+
dotnet-version: "9.0.x"
4646

4747
- name: Install dependencies
4848
run: dotnet restore src
@@ -66,7 +66,7 @@ jobs:
6666
powershell Compress-Archive -Path publish\* -DestinationPath ${{ matrix.os }}-${{ matrix.architecture }}-artifact.zip
6767
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: ${{ matrix.os }}-${{ matrix.architecture }}-artifact
7272
path: ./${{ matrix.os }}-${{ matrix.architecture }}-artifact.zip

0 commit comments

Comments
 (0)