diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2625e8ca..22a209a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Download coverage reports from the test job uses: actions/download-artifact@v4 - - uses: qltysh/qlty-action/coverage@v1 + - uses: qltysh/qlty-action/coverage@v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage-*/*.json