File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup .NET
19- uses : actions/setup-dotnet@v4
19+ uses : actions/setup-dotnet@v5
2020 with :
2121 dotnet-version : ' 10.0.x'
2222
3030 run : dotnet pack Mapbox.Api/Mapbox.Api.csproj --no-build --configuration Release --output ./artifacts
3131
3232 - name : Upload NuGet artifact
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v7
3434 with :
3535 name : nuget
3636 path : |
@@ -44,13 +44,13 @@ jobs:
4444 permissions :
4545 id-token : write
4646 steps :
47- - uses : actions/download-artifact@v4
47+ - uses : actions/download-artifact@v8
4848 with :
4949 name : nuget
5050 path : ./artifacts
5151
5252 - name : Setup .NET
53- uses : actions/setup-dotnet@v4
53+ uses : actions/setup-dotnet@v5
5454 with :
5555 dotnet-version : ' 10.0.x'
5656
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
3333
3838 languages : ${{ matrix.language }}
3939
4040 - name : Setup .NET Core
41- uses : actions/setup-dotnet@v4
41+ uses : actions/setup-dotnet@v5
4242
4343 - name : Build
4444 shell : pwsh
You can’t perform that action at this time.
0 commit comments