We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f162f8 commit b30dc4dCopy full SHA for b30dc4d
.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
@@ -33,7 +33,7 @@ jobs:
33
core.exportVariable('VER_SUF', ver_suf);
34
35
- name: Install dotnet
36
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
37
38
dotnet-version: '8.x'
39
dotnet-quality: 'ga'
@@ -51,7 +51,7 @@ jobs:
51
run: dotnet nuget push Publish/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
52
53
- name: Upload artifact
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
56
name: RT.CommandLine-v${{env.VER_NUM}}
57
path: Publish
0 commit comments