Skip to content

Commit bde7c86

Browse files
committed
fix: use coverallsapp github action v2 instead of master
1 parent d929a66 commit bde7c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Coveralls upload
131131
if: matrix.name == 'nightly'
132-
uses: coverallsapp/github-action@master
132+
uses: coverallsapp/github-action@v2
133133
with:
134134
github-token: ${{ secrets.GITHUB_TOKEN }}
135135
path-to-lcov: target/coverage/lcov.info

0 commit comments

Comments
 (0)