diff --git a/.github/workflows/ci-frontend-api.yml b/.github/workflows/ci-frontend-api.yml index 7061e375..8fe710d7 100644 --- a/.github/workflows/ci-frontend-api.yml +++ b/.github/workflows/ci-frontend-api.yml @@ -145,7 +145,7 @@ jobs: working-directory: ./frontend - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} working-directory: ./frontend diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index ed1996af..97540bb4 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -212,7 +212,7 @@ jobs: working-directory: ./frontend/apps/remark42 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} working-directory: ./frontend/apps/remark42