diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 4051554..cd823c7 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -49,7 +49,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura - name: Cache ReportGenerator dotnet tool - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.dotnet/tools key: dotnet-tool-reportgenerator-5.4.4