[DOC-CVS] [doc-en] dependabot/github_actions/actions/upload-artifact-7: build(deps): bump actions/upload-artifact from 6 to 7
[email protected] ("dependabot[bot] via GitHub") Sun, 1 Mar 2026 19:10:59 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2026-03-01T19:08:44Z Commit: https://github.com/php/doc-en/commit/14b50b9f0075f229af61d79b6676e3141aeb7822 Raw diff: https://github.com/php/doc-en/commit/14b50b9f0075f229af61d79b6676e3141aeb7822.diff build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Changed paths: M .github/workflows/integrate.yaml Diff: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a1386d1573e2..4058508899da 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -51,7 +51,7 @@ jobs: run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}" - name: "Upload .manual.xml" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: .manual.xml path: doc-base/.manual.xml