File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
8
8
9
9
``` yml
10
10
- name : Setup .NET Core # Required to execute ReportGenerator
11
- uses : actions/setup-dotnet@v3
11
+ uses : actions/setup-dotnet@v4
12
12
with :
13
13
dotnet-version : 8.x
14
14
dotnet-quality : ' ga'
@@ -35,7 +35,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
35
35
toolpath : ' reportgeneratortool' # Default directory for installing the dotnet tool.
36
36
37
37
- name : Upload coverage report artifact
38
- uses : actions/upload-artifact@v2.2.3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : CoverageReport # Artifact name
41
41
path : coveragereport # Directory containing files to upload
You can’t perform that action at this time.
0 commit comments