File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
4545 output : both
4646 thresholds : ' 90 95'
4747 - name : Create code coverage HTML report
48- uses : danielpalme/ReportGenerator-GitHub-Action@5.1.24
48+ uses : danielpalme/ReportGenerator-GitHub-Action@5.3.9
4949 with :
5050 reports : ./coverage/*.xml
5151 targetdir : report
5252 reporttypes : HtmlInline
5353 - name : Upload code coverage HTML report as artifact
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : CodeCoverageReport
5757 path : report
Original file line number Diff line number Diff line change 4848 targetdir : report
4949 reporttypes : HtmlInline
5050 - name : Upload code coverage HTML report as artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : CodeCoverageReport
5454 path : report
You can’t perform that action at this time.
0 commit comments