diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7fa987..9544fe9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,7 +98,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.platform == 'vm' }} continue-on-error: true - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: techouse/qs