diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 991f26e53b..8adb674bff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,7 +248,7 @@ jobs: TEST_PAYLOAD: ${{ matrix.payload }} SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || matrix.payload == 'js' || runner.os == 'Windows' }} - - uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3 + - uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4 if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/package.json b/package.json index f09d6ce138..1c71b3e9e7 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "vue-router": "4.4.5", "vue-tsc": "2.1.10" }, - "packageManager": "pnpm@9.13.2", + "packageManager": "pnpm@9.14.1", "engines": { "node": "^16.10.0 || >=18.0.0" },