diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d69d1cd..4b34bfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage/coverage-final.json flags: frontend @@ -112,7 +112,7 @@ jobs: NODE_ENV: test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./server/coverage/coverage-final.json flags: backend