[DOC-CVS] [doc-en] dependabot/github_actions/actions/upload-artifact-5: Bump actions/upload-artifact from 4 to 5
[email protected] ("dependabot[bot] via GitHub")
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2025-11-01T19:18:44Z Commit: https://github.com/php/doc-en/commit/d80e9c4324cbcdb3369c3186ac1e9ea2ddf6475c Raw diff: https://github.com/php/doc-en/commit/d80e9c4324cbcdb3369c3186ac1e9ea2ddf6475c.diff Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 57e2a2088b80..4c7c1d1bec63 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@v4 + uses: actions/upload-artifact@v5 with: name: .manual.xml path: doc-base/.manual.xml