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:
committed by
GitHub
parent
a08019d41a
commit
87370cf9ff
3
.github/workflows/integrate.yaml
vendored
3
.github/workflows/integrate.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user