File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 uses : actions/checkout@v7
2424
2525 - name : Set up .NET
26- uses : actions/setup-dotnet@v5
26+ uses : actions/setup-dotnet@v6
2727 with :
2828 dotnet-version : ' 10.0.x'
2929
3030 - name : Cache NuGet
31- uses : actions/cache@v4
31+ uses : actions/cache@v6
3232 with :
3333 path : ~/.nuget/packages
3434 key : nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.csproj') }}
@@ -66,12 +66,12 @@ jobs:
6666 uses : actions/checkout@v7
6767
6868 - name : Set up .NET
69- uses : actions/setup-dotnet@v5
69+ uses : actions/setup-dotnet@v6
7070 with :
7171 dotnet-version : ' 10.0.x'
7272
7373 - name : Cache NuGet
74- uses : actions/cache@v4
74+ uses : actions/cache@v6
7575 with :
7676 path : ~/.nuget/packages
7777 key : nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.csproj') }}
@@ -102,14 +102,14 @@ jobs:
102102 if ($LASTEXITCODE -ne 0) { throw "publish failed ($LASTEXITCODE)" }
103103
104104 - name : Upload package
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v7
106106 with :
107107 name : vrcfacetracking-${{ matrix.channel }}-${{ github.sha }}
108108 path : build/publish
109109 retention-days : 14
110110
111111 - name : Upload test results
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v7
113113 if : always()
114114 with :
115115 name : test-results-${{ matrix.channel }}
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666 ./.github/scripts/Test-GenerateReleaseNotes.ps1
6767
6868 - name : Set up .NET
69- uses : actions/setup-dotnet@v5
69+ uses : actions/setup-dotnet@v6
7070 with :
7171 dotnet-version : ' 10.0.x'
7272
7373 - name : Cache NuGet
74- uses : actions/cache@v4
74+ uses : actions/cache@v6
7575 with :
7676 path : ~/.nuget/packages
7777 key : nuget-${{ runner.os }}-${{ hashFiles('Directory.Packages.props', '**/*.csproj') }}
You can’t perform that action at this time.
0 commit comments