Skip to content

Commit 521f2e5

Browse files
authored
Merge pull request #986 from shivammathur/dependabot/github_actions/develop/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 2052987 + 259d177 commit 521f2e5

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
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
repository: ${{ github.repository }}.wiki
107107
- name: Download artifacts
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v5
109109
with:
110110
path: ${{ github.workspace }}/lists
111111
pattern: lists-*

0 commit comments

Comments
 (0)