File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Setup .NET SDK
21- uses : actions/setup-dotnet@v3
21+ uses : actions/setup-dotnet@v4
2222 with :
2323 dotnet-version : 7.0.x
2424 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
3131 - name : Pack solution [Release]
3232 run : dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
3333 - name : Upload artifacts
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : Nuget packages
3737 path : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout source
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Setup .NET SDK
16- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v4
1717 with :
1818 dotnet-version : 7.0.x
1919 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Check github.ref starts with 'refs/tags/'
1818 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
1919 run : |
2828 echo version=$version
2929 echo "version=$version" >> $GITHUB_ENV
3030 - name : Setup .NET SDK
31- uses : actions/setup-dotnet@v3
31+ uses : actions/setup-dotnet@v4
3232 with :
3333 dotnet-version : 7.0.x
3434 source-url : https://api.nuget.org/v3/index.json
4141 - name : Pack solution [Release]
4242 run : dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
4343 - name : Upload Nuget packages as workflow artifacts
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : Nuget packages
4747 path : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout source
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Setup .NET SDK
16- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v4
1717 with :
1818 dotnet-version : 7.0.x
1919 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
You can’t perform that action at this time.
0 commit comments