Skip to content

Commit 787f9f0

Browse files
committed
Build script updates
1 parent f501549 commit 787f9f0

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

@@ -31,7 +31,7 @@ jobs:
3131
core.exportVariable('VER_SUF', ver_suf);
3232
3333
- name: Install dotnet
34-
uses: actions/setup-dotnet@v3
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: '8.x'
3737
dotnet-quality: 'ga'
@@ -49,7 +49,7 @@ jobs:
4949
run: dotnet nuget push Publish\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
5050

5151
- name: Upload artifact
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: RT.Keyboard-v${{env.VER_NUM}}
5555
path: Publish

0 commit comments

Comments
 (0)