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,14 +21,14 @@ jobs:
2121 runs-on : ${{ matrix.os }}
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - name : Setup .NET Core 6.0
2626 if : matrix.configuration == 'Debug'
27- uses : actions/setup-dotnet@v1
27+ uses : actions/setup-dotnet@v4
2828 with :
2929 dotnet-version : 6.0.402
3030 - name : Setup .NET Core 8.0
31- uses : actions/setup-dotnet@v1
31+ uses : actions/setup-dotnet@v4
3232 with :
3333 dotnet-version : 8.0.200
3434 - name : Build TypeNameInterpretation
4141 run : dotnet pack src --no-build --configuration ${{ matrix.configuration }} -p:RepositoryCommit=${{ github.sha }} -p:RepositoryBranch=${{ github.ref }}
4242 - name : Save Artifacts
4343 if : matrix.configuration == 'Release'
44- uses : actions/upload-artifact@v2
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : package
4747 path : |
You can’t perform that action at this time.
0 commit comments