diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index bb109e6..18c8c76 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v4.1.2 - - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v1.9.0 + - name: Setup .NET 8.0 + uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 6.0.100 + dotnet-version: 8.0.100 - name: Setup nuget config run: sed 's/GITHUB_TOKEN/${{ secrets.REGISTRY_TOKEN }}/g' .nuget.config > nuget.config @@ -22,4 +22,4 @@ jobs: run: dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package' - name: Push nuget - run: dotnet nuget push `pwd`/InterlockLedger.Rest.Client/bin/Release/InterlockLedger.Rest.Client.*.nupkg -s https://nuget.pkg.github.com/interlockledger/index.json --skip-duplicate \ No newline at end of file + run: dotnet nuget push `pwd`/InterlockLedger.Rest.Client/bin/Release/InterlockLedger.Rest.Client.*.nupkg -s https://nuget.pkg.github.com/interlockledger/index.json --skip-duplicate