Skip to content

Commit ab95f56

Browse files
committed
Fix GitHub workflow (attempt #1)
1 parent b565b84 commit ab95f56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 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
@@ -28,9 +28,9 @@ jobs:
2828
dotnet --version
2929
3030
- name: Install dotnet
31-
uses: actions/setup-dotnet@v3
31+
uses: actions/setup-dotnet@v4
3232
with:
33-
dotnet-version: '7.x'
33+
dotnet-version: '8.x'
3434

3535
- name: dotnet pack
3636
run: |
@@ -45,7 +45,7 @@ jobs:
4545
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
4646

4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: RT.SelfService-v${{env.VER}}
5151
path: |

0 commit comments

Comments
 (0)