Skip to content

Commit 16b8288

Browse files
committed
[F] fix CI
1 parent 3ec1c8b commit 16b8288

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
15+
with:
16+
fetch-depth: 0
17+
fetch-tags: true
1518

1619
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
1821
with:
1922
dotnet-version: 10.0.x
2023

@@ -32,7 +35,7 @@ jobs:
3235
-p:PublishSingleFile=true
3336
3437
- name: Upload artifact (MuConvert.exe)
35-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v7
3639
with:
3740
name: MuConvert.exe
3841
path: publish/win-x64/MuConvert.exe

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: 10.0.x
2020

0 commit comments

Comments
 (0)