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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-08 09:40:14 +02:00 committed by GitHub
parent ac51a02759
commit 3b7a233db2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: |