diff --git a/.github/workflows/--test-unit.yml b/.github/workflows/--test-unit.yml index 229c31ba8..d02397fa4 100644 --- a/.github/workflows/--test-unit.yml +++ b/.github/workflows/--test-unit.yml @@ -37,7 +37,7 @@ jobs: # Strip the /app/ prefix from the coverage paths before uploading. sed -i 's/\/app\///g' clover.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}