Skip to content

Commit cf42982

Browse files
committed
Update README
1 parent fa72809 commit cf42982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
88

99
```yml
1010
- name: Setup .NET Core # Required to execute ReportGenerator
11-
uses: actions/setup-dotnet@v3
11+
uses: actions/setup-dotnet@v4
1212
with:
1313
dotnet-version: 8.x
1414
dotnet-quality: 'ga'
@@ -35,7 +35,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
3535
toolpath: 'reportgeneratortool' # Default directory for installing the dotnet tool.
3636

3737
- name: Upload coverage report artifact
38-
uses: actions/upload-artifact@v2.2.3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: CoverageReport # Artifact name
4141
path: coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)