Skip to content

Commit bda16fd

Browse files
authored
Update GHA Code Coverage workflow (#493)
1 parent b8627f4 commit bda16fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Generate coverage .info
3838
run: cmake --build build --target coverage_report
3939
- name: Post to Coveralls
40-
uses: coverallsapp/github-action@master
40+
uses: coverallsapp/github-action@v2
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
path-to-lcov: build/lcov.info

0 commit comments

Comments
 (0)