Skip to content

Commit 2ee6fd4

Browse files
committed
Work around GitHub not understanding what a version is.
1 parent 22101c9 commit 2ee6fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)