Skip to content

Commit ac29960

Browse files
Update qltysh/qlty-action action to v2
1 parent d579d16 commit ac29960

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
@@ -30,7 +30,7 @@ jobs:
3030
run: make dev-dependencies
3131
- name: Run coverage
3232
run: make ci-coverage
33-
- uses: qltysh/qlty-action/coverage@v1
33+
- uses: qltysh/qlty-action/coverage@v2
3434
with:
3535
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
3636
files: ${{github.workspace}}/coverage.lcov

0 commit comments

Comments
 (0)