File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 os : [ ubuntu-latest, windows-latest, macos-latest ]
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v6
3333 - name : Setup .NET Core
34- uses : actions/setup-dotnet@v1
34+ uses : actions/setup-dotnet@v5
3535 with :
36- dotnet-version : 8 .0.x
36+ dotnet-version : 10 .0.x
3737 - name : Restore
3838 run : dotnet restore
3939 - name : Build
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Download Artifact
58- uses : actions/download-artifact@v4
58+ uses : actions/download-artifact@v7
5959 with :
6060 name : nupkg
6161 path : ./nupkg
@@ -70,11 +70,11 @@ jobs:
7070 if : github.event_name == 'release'
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v6
7474 - name : Setup .NET Core
75- uses : actions/setup-dotnet@v1
75+ uses : actions/setup-dotnet@v5
7676 with :
77- dotnet-version : 8 .0.x
77+ dotnet-version : 10 .0.x
7878 - name : Create Release NuGet package
7979 run : |
8080 arrTag=(${GITHUB_REF//\// })
You can’t perform that action at this time.
0 commit comments