Skip to content

Commit 0324ec6

Browse files
authored
fix coverallsapp version github action publish (#103)
1 parent 3459961 commit 0324ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dotnet test --no-build --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
2727

2828
- name: Publish coverage report to Coveralls
29-
uses: coverallsapp/github-action@master
29+
uses: coverallsapp/github-action@v2.2.3
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
path-to-lcov: ./Bynder/Test/coverage.info

0 commit comments

Comments
 (0)