diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 89b9d7c..8a83910 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -136,7 +136,7 @@ jobs: pytest tests/integration -v - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: file: ./backend/coverage.xml flags: backend