Skip to content

Commit b2fd570

Browse files
authored
Update gitcoverage action to version 4
1 parent a4ef211 commit b2fd570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
go tool cover -html=coverage.out -o=coveragereport.html.out
4848
4949
- name: Publish code coverage badge (and optional report)
50-
uses: linkdata/gitcoverage@main
50+
uses: linkdata/gitcoverage@v4
5151
with:
5252
coverage: ${{ steps.coverage.outputs.coverage }}
5353
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)