mirror of
https://hk.gh-proxy.com/https://github.com/mcp-wp/mcp-server.git
synced 2025-10-03 21:21:17 +08:00
Bump the github-actions group with 2 updates (#37)
Some checks failed
Lint and Test / PHP Lints (push) Has been cancelled
Lint and Test / PHPStan (push) Has been cancelled
Lint and Test / PHP 8.2 - WP latest (push) Has been cancelled
Lint and Test / PHP 8.4 - WP trunk (push) Has been cancelled
Lint and Test / PHP 8.3 - WP latest (push) Has been cancelled
Nightly Build / Nightly Build (push) Has been cancelled
Nightly Build / Deployment (push) Has been cancelled
Some checks failed
Lint and Test / PHP Lints (push) Has been cancelled
Lint and Test / PHPStan (push) Has been cancelled
Lint and Test / PHP 8.2 - WP latest (push) Has been cancelled
Lint and Test / PHP 8.4 - WP trunk (push) Has been cancelled
Lint and Test / PHP 8.3 - WP latest (push) Has been cancelled
Nightly Build / Nightly Build (push) Has been cancelled
Nightly Build / Deployment (push) Has been cancelled
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac51a02759
commit
3b7a233db2
2 changed files with 3 additions and 3 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
if: ${{ matrix.coverage }}
|
||||
|
||||
- name: Upload code coverage report
|
||||
uses: codecov/codecov-action@v5.5.0
|
||||
uses: codecov/codecov-action@v5.5.1
|
||||
with:
|
||||
files: artifacts/coverage.xml
|
||||
flags: default
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
if: ${{ matrix.coverage }}
|
||||
|
||||
- name: Upload code coverage report
|
||||
uses: codecov/codecov-action@v5.5.0
|
||||
uses: codecov/codecov-action@v5.5.1
|
||||
with:
|
||||
files: artifacts/coverage-multisite.xml
|
||||
flags: multisite
|
||||
|
|
2
.github/workflows/nightly-build.yml
vendored
2
.github/workflows/nightly-build.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
uses: actions/upload-pages-artifact@v4
|
||||
|
||||
- name: Delete existing release
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue