diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 410dee7f6..bf4591d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: backend:production - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: coverage.xml