File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v5
1616 with :
1717 dotnet-version : ' 8.0.x'
1818
@@ -25,20 +25,20 @@ jobs:
2525 run : dotnet test --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage
2626
2727 - name : Generate coverage report
28- uses : danielpalme/ReportGenerator-GitHub-Action@5.2.0
28+ uses : danielpalme/ReportGenerator-GitHub-Action@5.4.16
2929 with :
3030 reports : ' coverage/**/coverage.cobertura.xml'
3131 targetdir : ' coverage-report'
3232 reporttypes : ' Html;Cobertura'
3333
3434 - name : Upload coverage to Codecov
35- uses : codecov/codecov-action@v3
35+ uses : codecov/codecov-action@v5
3636 with :
3737 files : ./coverage/**/coverage.cobertura.xml
3838 fail_ci_if_error : false
3939
4040 - name : Publish coverage report as artifact
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : coverage-report
4444 path : coverage-report/
You can’t perform that action at this time.
0 commit comments