File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9191 run : mkdir -p ~/sonar/cache
9292
9393 - name : " Cache SonarCloud packages"
94- uses : actions/cache@v4
94+ uses : actions/cache@v5
9595 with :
9696 path : ~/sonar/cache
9797 key : ${{ runner.os }}-sonar-${{ hashFiles('**/*.csproj') }}
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : " Cache SonarCloud scanner"
103103 id : cache-sonar-scanner
104- uses : actions/cache@v4
104+ uses : actions/cache@v5
105105 with :
106106 path : ./.sonar/scanner
107107 key : ${{ runner.os }}-sonar-scanner
Original file line number Diff line number Diff line change 7070 toolpath : " reportgeneratortool" # Default directory for installing the dotnet tool.
7171
7272 - name : " Upload Combined Coverage"
73- uses : actions/upload-artifact@v5 .0.0
73+ uses : actions/upload-artifact@v6 .0.0
7474 with :
7575 name : ' Coverage'
7676 path : ${{ github.workspace }}/Cobertura.xml
9999 path : code-coverage-results.md
100100
101101 - name : " Upload Test Results"
102- uses : actions/upload-artifact@v5 .0.0
102+ uses : actions/upload-artifact@v6 .0.0
103103 with :
104104 name : ' TestResults'
105105 path : ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*
You can’t perform that action at this time.
0 commit comments