Skip to content

Commit

Permalink
fix: download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh committed Jan 23, 2025
1 parent fabe159 commit df28236
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
restore-keys: >
${{ runner.os }}/node-${{ matrix.node }}/
${{ hashFiles('.github/.cache-key') }}/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
restore-keys: >
${{ runner.os }}/node-14/
${{ hashFiles('.github/.cache-key') }}/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: packages
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2299,6 +2299,26 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@percy/[email protected]":
version "1.30.7-beta.1"
resolved "https://registry.yarnpkg.com/@percy/config/-/config-1.30.7-beta.1.tgz#a2ef881366ece87d60e371dd985b20ce4dadee93"
integrity sha512-jZr+q6a5vHbN8GLgr477DuyNCN44AqilOVftyXuOop/BXA/GWyY0tGpU+rdv50X2FcCAxhAh54AvrFlfx8v8Fg==
dependencies:
"@percy/logger" "1.30.7-beta.1"
ajv "^8.6.2"
cosmiconfig "^8.0.0"
yaml "^2.0.0"

"@percy/[email protected]":
version "1.30.7-beta.1"
resolved "https://registry.yarnpkg.com/@percy/logger/-/logger-1.30.7-beta.1.tgz#0aef58374ddde26f72cbc5bea60c1942ed1842df"
integrity sha512-oOD8C5YqjXgLM0uFki3nmhkevzxuqKr2pukw9Y+GXtbrTbNiZ2WoDLvNyhVgvZe0EA295PKbJCi705jU6WPUxA==

"@percy/[email protected]":
version "1.30.7-beta.1"
resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.30.7-beta.1.tgz#296295bbb8b93309f3694c04e18011ed310e9727"
integrity sha512-LnaQwIP2093Msalja1L4SIrXQ0UitbkIFOxPV1W5VfObD2hK+V7vm26ZIaOBsQvBJDnUbFPk7wbAD8C2JfxjPQ==

"@phenomnomnominal/[email protected]":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-4.1.1.tgz#42971b83590e9d853d024ddb04a18085a36518df"
Expand Down Expand Up @@ -8181,6 +8201,11 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

systeminformation@^5.25.11:
version "5.25.11"
resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.25.11.tgz#7d47a14dafbc9cf6c21bc02d19a2121a8c770d88"
integrity sha512-jI01fn/t47rrLTQB0FTlMCC+5dYx8o0RRF+R4BPiUNsvg5OdY0s9DKMFmJGrx5SwMZQ4cag0Gl6v8oycso9b/g==

table@^6.0.9:
version "6.7.1"
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
Expand Down

0 comments on commit df28236

Please sign in to comment.