diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45c7544b..b170446e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run tests run: pnpm test:unit - name: Collect coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}