File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 runs-on : ${{ matrix.os }}
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - name : Setup .NET Core 3.1
26- uses : actions/setup-dotnet@v1
26+ uses : actions/setup-dotnet@v4
2727 with :
2828 dotnet-version : 3.1.402
2929 - name : Setup .NET Core 6.0
30- uses : actions/setup-dotnet@v1
30+ uses : actions/setup-dotnet@v4
3131 with :
3232 dotnet-version : 6.0.202
3333 - name : Build TypeNameInterpretation
4040 run : dotnet pack src --no-build --configuration ${{ matrix.configuration }} -p:RepositoryCommit=${{ github.sha }} -p:RepositoryBranch=${{ github.ref }}
4141 - name : Save Artifacts
4242 if : matrix.configuration == 'Release'
43- uses : actions/upload-artifact@v2
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : package
4646 path : bin\TextTools\${{ matrix.configuration }}\*.nupkg
You can’t perform that action at this time.
0 commit comments