Skip to content

Commit 8de4346

Browse files
Merge pull request #1273 from phpDocumentor/dependabot/github_actions/actions/upload-artifact-6
github-actions(deps): bump actions/upload-artifact from 5 to 6
2 parents 2388b15 + 750e443 commit 8de4346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: "phpDocumentor/phpDocumentor@master"
5757

5858
- name: "Upload"
59-
uses: "actions/upload-artifact@v5"
59+
uses: "actions/upload-artifact@v6"
6060
with:
6161
name: "documentation"
6262
path: "build/docs"

0 commit comments

Comments
 (0)