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