Skip to content

Commit 0cdf65e

Browse files
Bump actions/upload-artifact from 4 to 5 (#4971)
1 parent c9888ac commit 0cdf65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
5252

5353
- name: "Upload .manual.xml"
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: .manual.xml
5757
path: doc-base/.manual.xml

0 commit comments

Comments
 (0)