Skip to content

Commit b30dc4d

Browse files
committed
GitHub workflow v3→v4
1 parent 9f162f8 commit b30dc4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
submodules: true
@@ -33,7 +33,7 @@ jobs:
3333
core.exportVariable('VER_SUF', ver_suf);
3434
3535
- name: Install dotnet
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: '8.x'
3939
dotnet-quality: 'ga'
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet nuget push Publish/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
5252

5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: RT.CommandLine-v${{env.VER_NUM}}
5757
path: Publish

0 commit comments

Comments
 (0)