@@ -29,16 +29,12 @@ jobs:
2929 os : [ubuntu-latest, windows-latest, macOS-latest]
3030 steps :
3131 - name : " Checkout"
32- uses : actions/checkout@v4.2.2
32+ uses : actions/checkout@v5.0.1
3333 with :
3434 lfs : true
3535 fetch-depth : 0
36- - name : " Install .NET 6.0 SDK"
37- uses : actions/setup-dotnet@v4.2.0
38- with :
39- dotnet-version : 6.0.x
4036 - name : " Install .NET 8.0 SDK"
41- uses : actions/setup-dotnet@v4.2 .0
37+ uses : actions/setup-dotnet@v5.0 .0
4238 with :
4339 dotnet-version : 8.0.x
4440 - name : " Dotnet Tool Restore"
5450 run : dotnet cake --target=Pack
5551 shell : pwsh
5652 - name : " Publish Artefacts"
57- uses : actions/upload-artifact@v3.1.3
53+ uses : actions/upload-artifact@v5.0.0
5854 if : always()
5955 with :
6056 name : ${{matrix.os}}
7066 runs-on : ubuntu-latest
7167 steps :
7268 - name : " Download Artefact"
73- uses : actions/download-artifact@v3 .0.2
69+ uses : actions/download-artifact@v6 .0.0
7470 with :
7571 path : " ./Artefacts"
7672 - name : " Publish Test Summary"
@@ -85,17 +81,17 @@ jobs:
8581 if : github.ref == 'refs/heads/main' || github.event_name == 'release'
8682 environment :
8783 name : " GitHub Packages"
88- url : https://github.com/RehanSaeed /Schema.NET/packages
84+ url : https://github.com/TimmyMC /Schema.NET/packages
8985 permissions :
9086 packages : write
9187 runs-on : windows-latest
9288 steps :
9389 - name : " Download Artefact"
94- uses : actions/download-artifact@v3 .0.2
90+ uses : actions/download-artifact@v6 .0.0
9591 with :
9692 name : " windows-latest"
9793 - name : " Dotnet NuGet Add Source"
98- run : dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed /index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
94+ run : dotnet nuget add source https://nuget.pkg.github.com/TimmyMC /index.json --name GitHub --username TimmyMC --password ${{secrets.GITHUB_TOKEN}}
9995 shell : pwsh
10096 - name : " Dotnet NuGet Push"
10197 run : dotnet nuget push .\*.nupkg --api-key ${{ github.token }} --source GitHub --skip-duplicate
@@ -111,7 +107,7 @@ jobs:
111107 runs-on : windows-latest
112108 steps :
113109 - name : " Download Artefact"
114- uses : actions/download-artifact@v3 .0.2
110+ uses : actions/download-artifact@v6 .0.0
115111 with :
116112 name : " windows-latest"
117113 - name : " Dotnet NuGet Push"
0 commit comments