Skip to content

Commit 8de6a6a

Browse files
committed
Fix GitHub not understanding action version.
1 parent 29d3f63 commit 8de6a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
--results-directory:${{ runner.temp }}\coverage\raw
9090
9191
- name: Prepare Coverage Report
92-
uses: danielpalme/ReportGenerator-GitHub-Action@5
92+
uses: danielpalme/ReportGenerator-GitHub-Action@v5
9393
#url: https://github.com/danielpalme/ReportGenerator-GitHub-Action
9494
with:
9595
reports: ${{ runner.temp }}\coverage\raw\**\coverage.opencover.xml

0 commit comments

Comments
 (0)