diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27270df..f2d4af8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: NEXTAUTH_URL: http://localhost:3000 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage/coverage-final.json flags: frontend @@ -78,7 +78,7 @@ jobs: pytest --cov=. --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./backend/coverage.xml flags: backend