Skip to content

Commit 5a64f2b

Browse files
Merge pull request #693 from phpDocumentor/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f987b4d + 75b50f2 commit 5a64f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: "Deploy"
2121
if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/6.x' }}"
22-
uses: "actions/upload-artifact@v4"
22+
uses: "actions/upload-artifact@v5"
2323
with:
2424
name: "documentation"
2525
path: "build/docs"

0 commit comments

Comments
 (0)