diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c79a1e..4e7f092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: JWT_SECRET: test-secret-key-that-is-at-least-32-characters-long - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 if: always() with: file: ./coverage/coverage-final.json