1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

bump version for actions/upload-artifact on github workflow integrate (#3713)

Co-authored-by: jb cr <51637606+jbcr@users.noreply.github.com>
This commit is contained in:
Jean-Baptiste Nahan
2024-09-04 11:05:02 +02:00
committed by GitHub
parent a08019d41a
commit 87370cf9ff

View File

@@ -51,7 +51,8 @@ jobs:
run: "php8.0 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@v3
uses: actions/upload-artifact@v4
with:
name: .manual.xml
path: doc-base/.manual.xml
include-hidden-files: true