Skip to content

Commit 46bca5f

Browse files
Update qltysh/qlty-action action to v2
1 parent 44f2792 commit 46bca5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: make dev-dependencies
3030
- name: Run coverage
3131
run: make ci-coverage
32-
- uses: qltysh/qlty-action/coverage@v1
32+
- uses: qltysh/qlty-action/coverage@v2
3333
with:
3434
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
3535
files: ${{github.workspace}}/coverage.lcov

0 commit comments

Comments
 (0)