diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7a13d84a2..9fc51d4f2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,7 +34,7 @@ jobs: if: ${{ matrix.node-version == '15.x' }} run: npm install -g npm@6 - name: Install libclang - uses: KyleMayes/install-llvm-action@01144dc + uses: KyleMayes/install-llvm-action@01144dc97b1e2693196c3056414a44f15180648b with: version: "10" directory: ${{ runner.temp }}/llvm diff --git a/test/electron/package-lock.json b/test/electron/package-lock.json index 3ca98f2da..054d41e53 100644 --- a/test/electron/package-lock.json +++ b/test/electron/package-lock.json @@ -491,9 +491,9 @@ } }, "cargo-cp-artifact": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.0.1.tgz", - "integrity": "sha512-jzPcRrBBoIgy+rOaK2bjG7ygi9JNh5H3liNQ1+wljjMx71UVzEmvIGONf4McpDC1G7Ai3v5Cwxiol8yjqKnasg==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.0.2.tgz", + "integrity": "sha512-/fBG8qaLi5cvBkS0p9j51J15f0hiuCmka7v30TVK6NAij2vPDQD2Wwoa7IK2fPW0cid/E4n45uXpO/IpsIDdfg==", "dev": true }, "caseless": { diff --git a/test/electron/package.json b/test/electron/package.json index 19c1c4f18..e1835b29b 100644 --- a/test/electron/package.json +++ b/test/electron/package.json @@ -12,7 +12,7 @@ }, "repository": "https://github.com/electron/electron-quick-start", "devDependencies": { - "cargo-cp-artifact": "^0.0.1", + "cargo-cp-artifact": "^0.0.2 ", "electron": "^11.0.3", "spectron": "^13.0.0" } diff --git a/test/napi/package-lock.json b/test/napi/package-lock.json index 38cddcded..50a91a89a 100644 --- a/test/napi/package-lock.json +++ b/test/napi/package-lock.json @@ -100,9 +100,9 @@ "dev": true }, "cargo-cp-artifact": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.0.1.tgz", - "integrity": "sha512-jzPcRrBBoIgy+rOaK2bjG7ygi9JNh5H3liNQ1+wljjMx71UVzEmvIGONf4McpDC1G7Ai3v5Cwxiol8yjqKnasg==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/cargo-cp-artifact/-/cargo-cp-artifact-0.0.2.tgz", + "integrity": "sha512-/fBG8qaLi5cvBkS0p9j51J15f0hiuCmka7v30TVK6NAij2vPDQD2Wwoa7IK2fPW0cid/E4n45uXpO/IpsIDdfg==", "dev": true }, "chai": { diff --git a/test/napi/package.json b/test/napi/package.json index f94cb6b49..6b73bb3c6 100644 --- a/test/napi/package.json +++ b/test/napi/package.json @@ -9,7 +9,7 @@ "test": "mocha --expose-gc --timeout 5000 --recursive lib" }, "devDependencies": { - "cargo-cp-artifact": "^0.0.1", + "cargo-cp-artifact": "^0.0.2", "chai": "^4.2.0", "mocha": "^8.1.0" }