diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87784b78..89a88e7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: npm run test-coverage-ci --workspaces --if-present - name: Upload test coverage report - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: files: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}