diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c99dd27b..cd88afd5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: run: yarn test --coverage - name: 'Save test coverage' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: 'Check code formatting' run: yarn format:check diff --git a/package.json b/package.json index 99746125..bedaf459 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@devoxa/prisma-relay-cursor-connection", "description": "Extend Prisma's `findMany` method to support the Relay Cursor Connections", - "version": "3.1.1", + "version": "3.1.2", "main": "dist/src/index.js", "license": "MIT", "repository": {