diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 33f9ec06..c4b60204 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -53,7 +53,7 @@ jobs: - if: steps.changes.outputs.src == 'true' name: Code Coverage for CodeCov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 with: name: Codecov Run files: coverage/coverage-final.json