diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0698912b..73f5544c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: Run tests run: yarn run test:coverage - name: Submit test coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info