Skip to content

Commit 2602ffe

Browse files
authored
Update github actions test.yml (#683)
Set version for github action specified on vendor website.
1 parent 825ce8d commit 2602ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Download coverage reports from the test job
9393
uses: actions/download-artifact@v4
9494

95-
- uses: qltysh/qlty-action/coverage@main
95+
- uses: qltysh/qlty-action/coverage@v1
9696
with:
9797
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
9898
files: coverage-*/*.json

0 commit comments

Comments
 (0)