diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b16f4c7a8..95556d8d5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -49,7 +49,7 @@ jobs: KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true