Skip to content

Commit c76e7aa

Browse files
Merge pull request #692 from phpDocumentor/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 628979c + 5534189 commit c76e7aa

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
@@ -39,7 +39,7 @@ jobs:
3939
path: "docs"
4040

4141
- name: "Download"
42-
uses: "actions/download-artifact@v5"
42+
uses: "actions/download-artifact@v6"
4343
with:
4444
name: "documentation"
4545
path: "build/docs"

0 commit comments

Comments
 (0)