Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Jun 1, 2024
1 parent fa72809 commit cf42982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie

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

- name: Upload coverage report artifact
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v4
with:
name: CoverageReport # Artifact name
path: coveragereport # Directory containing files to upload
Expand Down

0 comments on commit cf42982

Please sign in to comment.