Skip to content

Commit fe9894d

Browse files
Merge branch 'trunk' into fix/add-blueprints-library-search
2 parents 4b5dd1b + eeeb922 commit fe9894d

3 files changed

Lines changed: 87 additions & 79 deletions

File tree

‎.github/workflows/build-php-cli-binaries.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ jobs:
176176
(Get-FileHash $archive -Algorithm SHA256).Hash.ToLower() | Set-Content -NoNewline "$archive.sha256"
177177
178178
- name: Upload PHP CLI artifact
179-
uses: actions/upload-artifact@v4
179+
uses: actions/upload-artifact@v7
180180
with:
181181
name: php-${{ env.PHP_VERSION }}-cli-${{ matrix.target }}
182182
path: out/php-binaries/*
183183

184184
- name: Upload static-php-cli logs
185185
if: ${{ failure() }}
186-
uses: actions/upload-artifact@v4
186+
uses: actions/upload-artifact@v7
187187
with:
188188
name: spc-logs-${{ matrix.target }}
189189
path: .cache/static-php-cli/log/*.log

‎package-lock.json‎

Lines changed: 83 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
"devDependencies": {
6666
"@automattic/wp-babel-makepot": "^1.2.0",
6767
"@eslint/js": "^9.39.2",
68-
"@playwright/test": "^1.58.2",
68+
"@playwright/test": "^1.59.1",
6969
"@testing-library/jest-dom": "^6.9.1",
7070
"@testing-library/react": "^16.3.2",
7171
"@testing-library/user-event": "^14.6.1",
7272
"@types/fs-extra": "^11.0.4",
73-
"@vitest/ui": "^4.1.0",
73+
"@vitest/ui": "^4.1.5",
7474
"@yao-pkg/pkg": "^6.13.1",
7575
"electron-playwright-helpers": "^2.1.0",
7676
"eslint": "^9.39.2",

0 commit comments

Comments
 (0)