diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f929c21..1a59d42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: run: pnpm --filter erest-example test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 if: matrix.node-version == '20.x' with: token: ${{ secrets.CODECOV_TOKEN }}