Skip to content

Commit b2a1ed3

Browse files
Merge pull request #184 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.4.6
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.5 to 5.4.6
2 parents 4803146 + 3134663 commit b2a1ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
5555

5656
- name: Generate Coverage
57-
uses: danielpalme/[email protected].5
57+
uses: danielpalme/[email protected].6
5858
with:
5959
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
6060
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)