diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 4d1fd93..92e4118 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -117,7 +117,7 @@ jobs: uses: actions/download-artifact@v8 - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}