We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b565b84 commit ab95f56Copy full SHA for ab95f56
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
submodules: true
@@ -28,9 +28,9 @@ jobs:
28
dotnet --version
29
30
- name: Install dotnet
31
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
32
33
- dotnet-version: '7.x'
+ dotnet-version: '8.x'
34
35
- name: dotnet pack
36
run: |
@@ -45,7 +45,7 @@ jobs:
45
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
46
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
50
name: RT.SelfService-v${{env.VER}}
51
path: |
0 commit comments