diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68a2ffb8..165a6fcf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,6 +87,6 @@ jobs: - name: Run tests and generate coverage run: pnpm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file