Skip to content

Commit 84809a4

Browse files
Merge pull request #1238 from phpDocumentor/dependabot/github_actions/actions/download-artifact-5
github-actions(deps): bump actions/download-artifact from 4 to 5
2 parents fa85a04 + 7655baa commit 84809a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: "docs"
7676

7777
- name: "Download"
78-
uses: "actions/download-artifact@v4"
78+
uses: "actions/download-artifact@v5"
7979
with:
8080
name: "documentation"
8181
path: "build/docs"

0 commit comments

Comments
 (0)