Skip to content

Commit 56537af

Browse files
authored
Merge pull request #339 from php/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents de916e1 + c6bd2eb commit 56537af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Copy PHAR into docs
4747
run: cp pie.phar docs-package/pie-nightly.phar
4848
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v3
49+
uses: actions/upload-pages-artifact@v4
5050
with:
5151
path: docs-package
5252

0 commit comments

Comments
 (0)